Html Css Color HEX #240E62 Persian Indigo

📋 copy color: '#240E62'

red 36 ◦ green 14 ◦ blue 98

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

Shades of Persian Indigo #240E62

Tints of Persian Indigo #240E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 24.32%
G = 9.46%
B = 66.22%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240E62 (or 0x240E62) is known color: Persian Indigo. HEX triplet: 24, 0E and 62. RGB value is (36,14,98). Sum of RGB (Red+Green+Blue) = 36+14+98=148 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.32% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #240E62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240E62 is #DBF19D. Grayscale: #1D1D1D. Windows color (decimal): -14414238 or 6426148. OLE color: 6426148.

HSL color Cylindrical-coordinate representation of color #240E62: hue angle of 255.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240E62 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 14 98 -
CMYK 0.63 0.86 0 0.62
HSL 255.71º 0.75% 0.22% -
HSV(B) 255.71º 0.86% 0.38% -
XYZ 3.09 1.57 11.7 -
YUV 30.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 36 14 98 0.63 0.86 0 0.62 255.71 0.75 0.22
Hex 24 E 62 3F 56 0 3E 100 4B 16
Octal 44 16 142 77 126 0 76 400 113 26
Binary 100100 1110 1100010 111111 1010110 0 111110 100000000 1001011 10110

Color Harmonies of #240E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E62

Black with #240E62

Text Example


Text Example

White with #240E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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