Html Css Color HEX #240970 Persian Indigo

📋 copy color: '#240970'

red 36 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #240970

Tints of Persian Indigo #240970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.73%

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

R = 22.93%
G = 5.73%
B = 71.34%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240970 (or 0x240970) is known color: Persian Indigo. HEX triplet: 24, 09 and 70. RGB value is (36,9,112). Sum of RGB (Red+Green+Blue) = 36+9+112=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #240970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240970 is #DBF68F. Grayscale: #1C1C1C. Windows color (decimal): -14415504 or 7342372. OLE color: 7342372.

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

Color convert

RGB 36 9 112 -
CMYK 0.68 0.92 0 0.56
HSL 255.73º 0.85% 0.24% -
HSV(B) 255.73º 0.92% 0.44% -
XYZ 3.75 1.74 15.47 -
YUV 28.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 36 9 112 0.68 0.92 0 0.56 255.73 0.85 0.24
Hex 24 9 70 44 5C 0 38 100 55 18
Octal 44 11 160 104 134 0 70 400 125 30
Binary 100100 1001 1110000 1000100 1011100 0 111000 100000000 1010101 11000

Color Harmonies of #240970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240970

Black with #240970

Text Example


Text Example

White with #240970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240970; }

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

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

background-color css

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

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

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

border-color css

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

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

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