Html Css Color HEX #240D73 Persian Indigo

📋 copy color: '#240D73'

red 36 ◦ green 13 ◦ blue 115

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

Shades of Persian Indigo #240D73

Tints of Persian Indigo #240D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.12%

R = 21.95%
G = 7.93%
B = 70.12%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240D73 (or 0x240D73) is known color: Persian Indigo. HEX triplet: 24, 0D and 73. RGB value is (36,13,115). Sum of RGB (Red+Green+Blue) = 36+13+115=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #240D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240D73 is #DBF28C. Grayscale: #1F1F1F. Windows color (decimal): -14414477 or 7540004. OLE color: 7540004.

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

Color convert

RGB 36 13 115 -
CMYK 0.69 0.89 0 0.55
HSL 253.53º 0.8% 0.25% -
HSV(B) 253.53º 0.89% 0.45% -
XYZ 3.97 1.9 16.38 -
YUV 31.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 36 13 115 0.69 0.89 0 0.55 253.53 0.8 0.25
Hex 24 D 73 45 59 0 37 FE 50 19
Octal 44 15 163 105 131 0 67 376 120 31
Binary 100100 1101 1110011 1000101 1011001 0 110111 11111110 1010000 11001

Color Harmonies of #240D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240D73

Black with #240D73

Text Example


Text Example

White with #240D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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