Html Css Color HEX #361A59 Christalle

📋 copy color: '#361A59'

red 54 ◦ green 26 ◦ blue 89

#361A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #361A59

Tints of Christalle #361A59

RGB

 RED value IS 54 (21.48% from 255) = 31.95%

 GREEN value IS 26 (10.55% from 255) = 15.38%

 BLUE value IS 89 (35.16% from 255) = 52.66%

R = 31.95%
G = 15.38%
B = 52.66%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#361A59 (or 0x361A59) is known color: Christalle. HEX triplet: 36, 1A and 59. RGB value is (54,26,89). Sum of RGB (Red+Green+Blue) = 54+26+89=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #361A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A59 is #C9E5A6. Grayscale: #292929. Windows color (decimal): -13231527 or 5839414. OLE color: 5839414.

HSL color Cylindrical-coordinate representation of color #361A59: hue angle of 266.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #361A59 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 26 89 -
CMYK 0.39 0.71 0 0.65
HSL 266.67º 0.55% 0.23% -
HSV(B) 266.67º 0.71% 0.35% -
XYZ 3.69 2.24 9.69 -
YUV 41.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 54 26 89 0.39 0.71 0 0.65 266.67 0.55 0.23
Hex 36 1A 59 27 47 0 41 10B 37 17
Octal 66 32 131 47 107 0 101 413 67 27
Binary 110110 11010 1011001 100111 1000111 0 1000001 100001011 110111 10111

Color Harmonies of #361A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A59

Black with #361A59

Text Example


Text Example

White with #361A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #361A59;
 }
 .AnyTagClassName
 {
   color: #361A59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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