Html Css Color HEX #240D71 Persian Indigo

📋 copy color: '#240D71'

red 36 ◦ green 13 ◦ blue 113

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

Shades of Persian Indigo #240D71

Tints of Persian Indigo #240D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 69.75%

R = 22.22%
G = 8.02%
B = 69.75%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240D71 (or 0x240D71) is known color: Persian Indigo. HEX triplet: 24, 0D and 71. RGB value is (36,13,113). Sum of RGB (Red+Green+Blue) = 36+13+113=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #240D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D71 is #DBF28E. Grayscale: #1E1E1E. Windows color (decimal): -14414479 or 7408932. OLE color: 7408932.

HSL color Cylindrical-coordinate representation of color #240D71: hue angle of 253.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #240D71 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 13 113 -
CMYK 0.68 0.88 0 0.56
HSL 253.8º 0.79% 0.25% -
HSV(B) 253.8º 0.88% 0.44% -
XYZ 3.85 1.86 15.78 -
YUV 31.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 36 13 113 0.68 0.88 0 0.56 253.8 0.79 0.25
Hex 24 D 71 44 58 0 38 FE 4F 19
Octal 44 15 161 104 130 0 70 376 117 31
Binary 100100 1101 1110001 1000100 1011000 0 111000 11111110 1001111 11001

Color Harmonies of #240D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D71

Black with #240D71

Text Example


Text Example

White with #240D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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