Html Css Color HEX #240C72 Persian Indigo

📋 copy color: '#240C72'

red 36 ◦ green 12 ◦ blue 114

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

Shades of Persian Indigo #240C72

Tints of Persian Indigo #240C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 70.37%

R = 22.22%
G = 7.41%
B = 70.37%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240C72 (or 0x240C72) is known color: Persian Indigo. HEX triplet: 24, 0C and 72. RGB value is (36,12,114). Sum of RGB (Red+Green+Blue) = 36+12+114=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #240C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240C72 is #DBF38D. Grayscale: #1E1E1E. Windows color (decimal): -14414734 or 7474212. OLE color: 7474212.

HSL color Cylindrical-coordinate representation of color #240C72: hue angle of 254.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240C72 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 12 114 -
CMYK 0.68 0.89 0 0.55
HSL 254.12º 0.81% 0.25% -
HSV(B) 254.12º 0.89% 0.45% -
XYZ 3.9 1.85 16.07 -
YUV 30.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 36 12 114 0.68 0.89 0 0.55 254.12 0.81 0.25
Hex 24 C 72 44 59 0 37 FE 51 19
Octal 44 14 162 104 131 0 67 376 121 31
Binary 100100 1100 1110010 1000100 1011001 0 110111 11111110 1010001 11001

Color Harmonies of #240C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C72

Black with #240C72

Text Example


Text Example

White with #240C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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