Html Css Color HEX #240C5F Christalle

📋 copy color: '#240C5F'

red 36 ◦ green 12 ◦ blue 95

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

Shades of Christalle #240C5F

Tints of Christalle #240C5F

RGB

 RED value IS 36 (14.45% from 255) = 25.17%

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

 BLUE value IS 95 (37.5% from 255) = 66.43%

R = 25.17%
G = 8.39%
B = 66.43%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#240C5F (or 0x240C5F) is known color: Christalle. HEX triplet: 24, 0C and 5F. RGB value is (36,12,95). Sum of RGB (Red+Green+Blue) = 36+12+95=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #240C5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C5F is #DBF3A0. Grayscale: #1C1C1C. Windows color (decimal): -14414753 or 6229028. OLE color: 6229028.

HSL color Cylindrical-coordinate representation of color #240C5F: hue angle of 257.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #240C5F is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 12 95 -
CMYK 0.62 0.87 0 0.63
HSL 257.35º 0.78% 0.21% -
HSV(B) 257.35º 0.87% 0.37% -
XYZ 2.92 1.46 10.95 -
YUV 28.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 36 12 95 0.62 0.87 0 0.63 257.35 0.78 0.21
Hex 24 C 5F 3E 57 0 3F 101 4E 15
Octal 44 14 137 76 127 0 77 401 116 25
Binary 100100 1100 1011111 111110 1010111 0 111111 100000001 1001110 10101

Color Harmonies of #240C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C5F

Black with #240C5F

Text Example


Text Example

White with #240C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240C5F; }

 p { color: rgb(36,12,95); }

 H1.HeaderClassName
 {
   color: #240C5F;
 }
 .AnyTagClassName
 {
   color: #240C5F;
 }
</style>

background-color css

<style>
 a { background-color: #240C5F; }

 a { background-color: rgb(36,12,95); }

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

border-color css

<style>
 span { border-color: #240C5F; }

 span { border-color: rgb(36,12,95); }

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