Html Css Color HEX #240160 Persian Indigo

📋 copy color: '#240160'

red 36 ◦ green 1 ◦ blue 96

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

Shades of Persian Indigo #240160

Tints of Persian Indigo #240160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.18%

R = 27.07%
G = 0.75%
B = 72.18%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240160 (or 0x240160) is known color: Persian Indigo. HEX triplet: 24, 01 and 60. RGB value is (36,1,96). Sum of RGB (Red+Green+Blue) = 36+1+96=133 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.07% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #240160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240160 is #DBFE9F. Grayscale: #151515. Windows color (decimal): -14417568 or 6291748. OLE color: 6291748.

HSL color Cylindrical-coordinate representation of color #240160: hue angle of 262.11º 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 #240160 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 1 96 -
CMYK 0.62 0.99 0 0.62
HSL 262.11º 0.98% 0.19% -
HSV(B) 262.11º 0.99% 0.38% -
XYZ 2.85 1.24 11.16 -
YUV 22.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 36 1 96 0.62 0.99 0 0.62 262.11 0.98 0.19
Hex 24 1 60 3E 63 0 3E 106 62 13
Octal 44 1 140 76 143 0 76 406 142 23
Binary 100100 1 1100000 111110 1100011 0 111110 100000110 1100010 10011

Color Harmonies of #240160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240160

Black with #240160

Text Example


Text Example

White with #240160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240160; }

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

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

background-color css

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

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

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

border-color css

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

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

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