Html Css Color HEX #240370 Persian Indigo

📋 copy color: '#240370'

red 36 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #240370

Tints of Persian Indigo #240370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

 BLUE value IS 112 (44.14% from 255) = 74.17%

R = 23.84%
G = 1.99%
B = 74.17%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240370 (or 0x240370) is known color: Persian Indigo. HEX triplet: 24, 03 and 70. RGB value is (36,3,112). Sum of RGB (Red+Green+Blue) = 36+3+112=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #240370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240370 is #DBFC8F. Grayscale: #181818. Windows color (decimal): -14417040 or 7340836. OLE color: 7340836.

HSL color Cylindrical-coordinate representation of color #240370: hue angle of 258.17º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240370 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 3 112 -
CMYK 0.68 0.97 0 0.56
HSL 258.17º 0.95% 0.23% -
HSV(B) 258.17º 0.97% 0.44% -
XYZ 3.68 1.61 15.45 -
YUV 25.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 36 3 112 0.68 0.97 0 0.56 258.17 0.95 0.23
Hex 24 3 70 44 61 0 38 102 5F 17
Octal 44 3 160 104 141 0 70 402 137 27
Binary 100100 11 1110000 1000100 1100001 0 111000 100000010 1011111 10111

Color Harmonies of #240370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240370

Black with #240370

Text Example


Text Example

White with #240370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240370; }

 p { color: rgb(36,3,112); }

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

background-color css

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

 a { background-color: rgb(36,3,112); }

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

border-color css

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

 span { border-color: rgb(36,3,112); }

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