Html Css Color HEX #240D76 Persian Indigo

📋 copy color: '#240D76'

red 36 ◦ green 13 ◦ blue 118

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

Shades of Persian Indigo #240D76

Tints of Persian Indigo #240D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 70.66%

R = 21.56%
G = 7.78%
B = 70.66%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240D76 (or 0x240D76) is known color: Persian Indigo. HEX triplet: 24, 0D and 76. RGB value is (36,13,118). Sum of RGB (Red+Green+Blue) = 36+13+118=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #240D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D76 is #DBF289. Grayscale: #1F1F1F. Windows color (decimal): -14414474 or 7736612. OLE color: 7736612.

HSL color Cylindrical-coordinate representation of color #240D76: hue angle of 253.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240D76 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 13 118 -
CMYK 0.69 0.89 0 0.54
HSL 253.14º 0.8% 0.26% -
HSV(B) 253.14º 0.89% 0.46% -
XYZ 4.14 1.97 17.3 -
YUV 31.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 36 13 118 0.69 0.89 0 0.54 253.14 0.8 0.26
Hex 24 D 76 45 59 0 36 FD 50 1A
Octal 44 15 166 105 131 0 66 375 120 32
Binary 100100 1101 1110110 1000101 1011001 0 110110 11111101 1010000 11010

Color Harmonies of #240D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D76

Black with #240D76

Text Example


Text Example

White with #240D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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