Html Css Color HEX #240162 Persian Indigo

📋 copy color: '#240162'

red 36 ◦ green 1 ◦ blue 98

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

Shades of Persian Indigo #240162

Tints of Persian Indigo #240162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 26.67%
G = 0.74%
B = 72.59%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240162 (or 0x240162) is known color: Persian Indigo. HEX triplet: 24, 01 and 62. RGB value is (36,1,98). Sum of RGB (Red+Green+Blue) = 36+1+98=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #240162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240162 is #DBFE9D. Grayscale: #161616. Windows color (decimal): -14417566 or 6422820. OLE color: 6422820.

HSL color Cylindrical-coordinate representation of color #240162: hue angle of 261.65º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240162 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 1 98 -
CMYK 0.63 0.99 0 0.62
HSL 261.65º 0.98% 0.19% -
HSV(B) 261.65º 0.99% 0.38% -
XYZ 2.94 1.28 11.65 -
YUV 22.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 36 1 98 0.63 0.99 0 0.62 261.65 0.98 0.19
Hex 24 1 62 3F 63 0 3E 106 62 13
Octal 44 1 142 77 143 0 76 406 142 23
Binary 100100 1 1100010 111111 1100011 0 111110 100000110 1100010 10011

Color Harmonies of #240162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240162

Black with #240162

Text Example


Text Example

White with #240162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240162; }

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

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

background-color css

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

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

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

border-color css

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

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

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