Html Css Color HEX #240E84 Persian Indigo

📋 copy color: '#240E84'

red 36 ◦ green 14 ◦ blue 132

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

Shades of Persian Indigo #240E84

Tints of Persian Indigo #240E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 132 (51.95% from 255) = 72.53%

R = 19.78%
G = 7.69%
B = 72.53%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240E84 (or 0x240E84) is known color: Persian Indigo. HEX triplet: 24, 0E and 84. RGB value is (36,14,132). Sum of RGB (Red+Green+Blue) = 36+14+132=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #240E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240E84 is #DBF17B. Grayscale: #212121. Windows color (decimal): -14414204 or 8654372. OLE color: 8654372.

HSL color Cylindrical-coordinate representation of color #240E84: hue angle of 251.19º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240E84 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 14 132 -
CMYK 0.73 0.89 0 0.48
HSL 251.19º 0.81% 0.29% -
HSV(B) 251.19º 0.89% 0.52% -
XYZ 5.05 2.36 22.02 -
YUV 34.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 36 14 132 0.73 0.89 0 0.48 251.19 0.81 0.29
Hex 24 E 84 49 59 0 30 FB 51 1D
Octal 44 16 204 111 131 0 60 373 121 35
Binary 100100 1110 10000100 1001001 1011001 0 110000 11111011 1010001 11101

Color Harmonies of #240E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E84

Black with #240E84

Text Example


Text Example

White with #240E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,132); }

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

background-color css

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

 a { background-color: rgb(36,14,132); }

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

border-color css

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

 span { border-color: rgb(36,14,132); }

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