Html Css Color HEX #240873 Persian Indigo

📋 copy color: '#240873'

red 36 ◦ green 8 ◦ blue 115

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

Shades of Persian Indigo #240873

Tints of Persian Indigo #240873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 22.64%
G = 5.03%
B = 72.33%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240873 (or 0x240873) is known color: Persian Indigo. HEX triplet: 24, 08 and 73. RGB value is (36,8,115). Sum of RGB (Red+Green+Blue) = 36+8+115=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #240873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240873 is #DBF78C. Grayscale: #1C1C1C. Windows color (decimal): -14415757 or 7538724. OLE color: 7538724.

HSL color Cylindrical-coordinate representation of color #240873: hue angle of 255.7º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240873 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 8 115 -
CMYK 0.69 0.93 0 0.55
HSL 255.7º 0.87% 0.24% -
HSV(B) 255.7º 0.93% 0.45% -
XYZ 3.91 1.79 16.36 -
YUV 28.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 36 8 115 0.69 0.93 0 0.55 255.7 0.87 0.24
Hex 24 8 73 45 5D 0 37 100 57 18
Octal 44 10 163 105 135 0 67 400 127 30
Binary 100100 1000 1110011 1000101 1011101 0 110111 100000000 1010111 11000

Color Harmonies of #240873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240873

Black with #240873

Text Example


Text Example

White with #240873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240873; }

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

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

background-color css

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

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

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

border-color css

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

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

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