Html Css Color HEX #241177 Persian Indigo

📋 copy color: '#241177'

red 36 ◦ green 17 ◦ blue 119

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

Shades of Persian Indigo #241177

Tints of Persian Indigo #241177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 20.93%
G = 9.88%
B = 69.19%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241177 (or 0x241177) is known color: Persian Indigo. HEX triplet: 24, 11 and 77. RGB value is (36,17,119). Sum of RGB (Red+Green+Blue) = 36+17+119=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #241177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241177 is #DBEE88. Grayscale: #212121. Windows color (decimal): -14413449 or 7803172. OLE color: 7803172.

HSL color Cylindrical-coordinate representation of color #241177: hue angle of 251.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241177 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 17 119 -
CMYK 0.70 0.86 0 0.53
HSL 251.18º 0.75% 0.27% -
HSV(B) 251.18º 0.86% 0.47% -
XYZ 4.26 2.11 17.64 -
YUV 34.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 36 17 119 0.70 0.86 0 0.53 251.18 0.75 0.27
Hex 24 11 77 46 56 0 35 FB 4B 1B
Octal 44 21 167 106 126 0 65 373 113 33
Binary 100100 10001 1110111 1000110 1010110 0 110101 11111011 1001011 11011

Color Harmonies of #241177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241177

Black with #241177

Text Example


Text Example

White with #241177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241177; }

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

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

background-color css

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

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

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

border-color css

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

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

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