#361A6A

Color #361A6A Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #361A6A

Tints of Christalle #361A6A

Color information

#361A6A (or 0x361A6A) is unknown color: approx Christalle. HEX triplet: 36, 1A and 6A. RGB value is (54,26,106). Sum of RGB (Red+Green+Blue) = 54+26+106=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #361A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A6A is #C9E595. Grayscale: #2B2B2B. Windows color (decimal): -13231510 or 6953526. OLE color: 6953526.

HSL color Cylindrical-coordinate representation of color #361A6A: hue angle of 261º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361A6A is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5426106-
CMYK0.490.7500.58
HSL261º60.61%25.88%-
HSV(B)261º75.47%41.57%-
XYZ4.492.5613.89-
YUV43.49163.28135.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 106 (41.80% from 255) = 56.99%
R=29.03%
G=13.98%
B=56.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54261060.490.7500.5826160.6125.88
Hex361A6A314B03A1053d1a
Octal6632152611130724057532
Binary1101101101011010101100011001011011101010000010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361A6A; }

 p { color: rgb(54,26,106); }

 H1.HeaderClassName
 {
   color: #361A6A;
 }
 .AnyTagClassName
 {
   color: #361A6A;
 }
</style>
background-color css

<style>
 a { background-color: #361A6A; }

 a { background-color: rgb(54,26,106); }

 div.DivClassName
 {
   background-color: #361A6A;
 }
 .BgClassName
 {
   background-color: #361A6A;
 }
</style>
border-color css

<style>
 span { border-color: #361A6A; }

 span { border-color: rgb(54,26,106); }

 td.TdClassName
 {
   border-color: #361A6A;
 }
 .TagClassName
 {
   border-color: #361A6A;
 }
</style>