Html Css Color HEX #241170 Persian Indigo

📋 copy color: '#241170'

red 36 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #241170

Tints of Persian Indigo #241170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

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

R = 21.82%
G = 10.3%
B = 67.88%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#241170 (or 0x241170) is known color: Persian Indigo. HEX triplet: 24, 11 and 70. RGB value is (36,17,112). Sum of RGB (Red+Green+Blue) = 36+17+112=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #241170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241170 is #DBEE8F. Grayscale: #212121. Windows color (decimal): -14413456 or 7344420. OLE color: 7344420.

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

Color convert

RGB 36 17 112 -
CMYK 0.68 0.85 0 0.56
HSL 252º 0.74% 0.25% -
HSV(B) 252º 0.85% 0.44% -
XYZ 3.85 1.95 15.5 -
YUV 33.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 36 17 112 0.68 0.85 0 0.56 252 0.74 0.25
Hex 24 11 70 44 55 0 38 FC 4A 19
Octal 44 21 160 104 125 0 70 374 112 31
Binary 100100 10001 1110000 1000100 1010101 0 111000 11111100 1001010 11001

Color Harmonies of #241170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241170

Black with #241170

Text Example


Text Example

White with #241170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241170; }

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

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

background-color css

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

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

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

border-color css

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

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

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