#301177

Color #301177 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #301177

Tints of Persian Indigo #301177

Color information

#301177 (or 0x301177) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 77. RGB value is (48,17,119). Sum of RGB (Red+Green+Blue) = 48+17+119=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #301177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301177 is #CFEE88. Grayscale: #252525. Windows color (decimal): -13627017 or 7803184. OLE color: 7803184.

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

Color convert

RGB4817119-
CMYK0.600.8600.53
HSL258.24º75%26.67%-
HSV(B)258.24º85.71%46.67%-
XYZ4.752.3617.66-
YUV37.9173.77135.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=26.09%
G=9.24%
B=64.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48171190.600.8600.53258.247526.67
Hex3011773C560351024b1b
Octal60211677412606540211333
Binary11000010001111011111110010101100110101100000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301177; }

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

 H1.HeaderClassName
 {
   color: #301177;
 }
 .AnyTagClassName
 {
   color: #301177;
 }
</style>
background-color css

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

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

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

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

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

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