Html Css Color HEX #240874 Persian Indigo

📋 copy color: '#240874'

red 36 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #240874

Tints of Persian Indigo #240874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.5%

R = 22.5%
G = 5%
B = 72.5%

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

#240874 (or 0x240874) is known color: Persian Indigo. HEX triplet: 24, 08 and 74. RGB value is (36,8,116). Sum of RGB (Red+Green+Blue) = 36+8+116=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #240874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240874 is #DBF78B. Grayscale: #1C1C1C. Windows color (decimal): -14415756 or 7604260. OLE color: 7604260.

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

Color convert

RGB 36 8 116 -
CMYK 0.69 0.93 0 0.55
HSL 255.56º 0.87% 0.24% -
HSV(B) 255.56º 0.93% 0.45% -
XYZ 3.97 1.81 16.66 -
YUV 28.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 36 8 116 0.69 0.93 0 0.55 255.56 0.87 0.24
Hex 24 8 74 45 5D 0 37 100 57 18
Octal 44 10 164 105 135 0 67 400 127 30
Binary 100100 1000 1110100 1000101 1011101 0 110111 100000000 1010111 11000

Color Harmonies of #240874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240874

Black with #240874

Text Example


Text Example

White with #240874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240874; }

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

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

background-color css

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

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

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

border-color css

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

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

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