#301175

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

Shades of Persian Indigo #301175

Tints of Persian Indigo #301175

Color information

#301175 (or 0x301175) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 75. RGB value is (48,17,117). Sum of RGB (Red+Green+Blue) = 48+17+117=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #301175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301175 is #CFEE8A. Grayscale: #252525. Windows color (decimal): -13627019 or 7672112. OLE color: 7672112.

HSL color Cylindrical-coordinate representation of color #301175: hue angle of 258.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301175 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4817117-
CMYK0.590.8500.54
HSL258.6º74.63%26.27%-
HSV(B)258.6º85.47%45.88%-
XYZ4.632.3117.03-
YUV37.67172.77135.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=26.37%
G=9.34%
B=64.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48171170.590.8500.54258.674.6326.27
Hex3011753B550361034b1a
Octal60211657312506640311332
Binary11000010001111010111101110101010110110100000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301175; }

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

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

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

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

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

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

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

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