Html Css Color HEX #241178 Persian Indigo

📋 copy color: '#241178'

red 36 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #241178

Tints of Persian Indigo #241178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.36%

R = 20.81%
G = 9.83%
B = 69.36%

CMYK

 C value IS 0.7

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241178 (or 0x241178) is known color: Persian Indigo. HEX triplet: 24, 11 and 78. RGB value is (36,17,120). Sum of RGB (Red+Green+Blue) = 36+17+120=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #241178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241178 is #DBEE87. Grayscale: #222222. Windows color (decimal): -14413448 or 7868708. OLE color: 7868708.

HSL color Cylindrical-coordinate representation of color #241178: hue angle of 251.07º 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 #241178 is Cyan = 0.7, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 17 120 -
CMYK 0.7 0.86 0 0.53
HSL 251.07º 0.75% 0.27% -
HSV(B) 251.07º 0.86% 0.47% -
XYZ 4.32 2.13 17.95 -
YUV 34.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 36 17 120 0.7 0.86 0 0.53 251.07 0.75 0.27
Hex 24 11 78 46 56 0 35 FB 4B 1B
Octal 44 21 170 106 126 0 65 373 113 33
Binary 100100 10001 1111000 1000110 1010110 0 110101 11111011 1001011 11011

Color Harmonies of #241178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241178

Black with #241178

Text Example


Text Example

White with #241178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241178; }

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

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

background-color css

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

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

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

border-color css

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

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

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