#30117A

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

Shades of Persian Indigo #30117A

Tints of Persian Indigo #30117A

Color information

#30117A (or 0x30117A) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 7A. RGB value is (48,17,122). Sum of RGB (Red+Green+Blue) = 48+17+122=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #30117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30117A is #CFEE85. Grayscale: #252525. Windows color (decimal): -13627014 or 7999792. OLE color: 7999792.

HSL color Cylindrical-coordinate representation of color #30117A: hue angle of 257.71º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30117A is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4817122-
CMYK0.610.8600.52
HSL257.71º75.54%27.25%-
HSV(B)257.71º86.07%47.84%-
XYZ4.932.4318.62-
YUV38.24175.27134.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=25.67%
G=9.09%
B=65.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48171220.610.8600.52257.7175.5427.25
Hex30117A3D560341024c1b
Octal60211727512606440211433
Binary11000010001111101011110110101100110100100000010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30117A; }

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

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

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

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

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

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

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

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