#30016D

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

Shades of Persian Indigo #30016D

Tints of Persian Indigo #30016D

Color information

#30016D (or 0x30016D) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 6D. RGB value is (48,1,109). Sum of RGB (Red+Green+Blue) = 48+1+109=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #30016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30016D is #CFFE92. Grayscale: #1A1A1A. Windows color (decimal): -13631123 or 7143728. OLE color: 7143728.

HSL color Cylindrical-coordinate representation of color #30016D: hue angle of 266.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30016D is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB481109-
CMYK0.560.9900.57
HSL266.11º98.18%21.57%-
HSV(B)266.11º99.08%42.75%-
XYZ3.991.7514.6-
YUV27.36174.07142.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 109 (42.97% from 255) = 68.99%
R=30.38%
G=0.63%
B=68.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4811090.560.9900.57266.1198.1821.57
Hex3016D386303910a6216
Octal6011557014307141214226
Binary1100001110110111100011000110111001100001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30016D; }

 p { color: rgb(48,1,109); }

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

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

 a { background-color: rgb(48,1,109); }

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

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

 span { border-color: rgb(48,1,109); }

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