Html Css Color HEX #360C58 Christalle

📋 copy color: '#360C58'

red 54 ◦ green 12 ◦ blue 88

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

Shades of Christalle #360C58

Tints of Christalle #360C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.79%

 BLUE value IS 88 (34.77% from 255) = 57.14%

R = 35.06%
G = 7.79%
B = 57.14%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#360C58 (or 0x360C58) is known color: Christalle. HEX triplet: 36, 0C and 58. RGB value is (54,12,88). Sum of RGB (Red+Green+Blue) = 54+12+88=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #360C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C58 is #C9F3A7. Grayscale: #202020. Windows color (decimal): -13235112 or 5770294. OLE color: 5770294.

HSL color Cylindrical-coordinate representation of color #360C58: hue angle of 273.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360C58 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 12 88 -
CMYK 0.39 0.86 0 0.65
HSL 273.16º 0.76% 0.2% -
HSV(B) 273.16º 0.86% 0.35% -
XYZ 3.41 1.75 9.39 -
YUV 33.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 54 12 88 0.39 0.86 0 0.65 273.16 0.76 0.2
Hex 36 C 58 27 56 0 41 111 4C 14
Octal 66 14 130 47 126 0 101 421 114 24
Binary 110110 1100 1011000 100111 1010110 0 1000001 100010001 1001100 10100

Color Harmonies of #360C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C58

Black with #360C58

Text Example


Text Example

White with #360C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C58; }

 p { color: rgb(54,12,88); }

 H1.HeaderClassName
 {
   color: #360C58;
 }
 .AnyTagClassName
 {
   color: #360C58;
 }
</style>

background-color css

<style>
 a { background-color: #360C58; }

 a { background-color: rgb(54,12,88); }

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

border-color css

<style>
 span { border-color: #360C58; }

 span { border-color: rgb(54,12,88); }

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