Html Css Color HEX #240D72 Persian Indigo

📋 copy color: '#240D72'

red 36 ◦ green 13 ◦ blue 114

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

Shades of Persian Indigo #240D72

Tints of Persian Indigo #240D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.98%

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

R = 22.09%
G = 7.98%
B = 69.94%

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

#240D72 (or 0x240D72) is known color: Persian Indigo. HEX triplet: 24, 0D and 72. RGB value is (36,13,114). Sum of RGB (Red+Green+Blue) = 36+13+114=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #240D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D72 is #DBF28D. Grayscale: #1F1F1F. Windows color (decimal): -14414478 or 7474468. OLE color: 7474468.

HSL color Cylindrical-coordinate representation of color #240D72: hue angle of 253.66º degrees, saturation: 0.8, 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 #240D72 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 13 114 -
CMYK 0.68 0.89 0 0.55
HSL 253.66º 0.8% 0.25% -
HSV(B) 253.66º 0.89% 0.45% -
XYZ 3.91 1.88 16.08 -
YUV 31.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 36 13 114 0.68 0.89 0 0.55 253.66 0.8 0.25
Hex 24 D 72 44 59 0 37 FE 50 19
Octal 44 15 162 104 131 0 67 376 120 31
Binary 100100 1101 1110010 1000100 1011001 0 110111 11111110 1010000 11001

Color Harmonies of #240D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D72

Black with #240D72

Text Example


Text Example

White with #240D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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