#30016E

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

Shades of Persian Indigo #30016E

Tints of Persian Indigo #30016E

Color information

#30016E (or 0x30016E) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 6E. RGB value is (48,1,110). Sum of RGB (Red+Green+Blue) = 48+1+110=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #30016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30016E is #CFFE91. Grayscale: #1B1B1B. Windows color (decimal): -13631122 or 7209264. OLE color: 7209264.

HSL color Cylindrical-coordinate representation of color #30016E: hue angle of 265.87º 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 #30016E is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB481110-
CMYK0.560.9900.57
HSL265.87º98.2%21.76%-
HSV(B)265.87º99.09%43.14%-
XYZ4.041.7814.88-
YUV27.48174.57142.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 110 (43.36% from 255) = 69.18%
R=30.19%
G=0.63%
B=69.18%

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
Decimal4811100.560.9900.57265.8798.221.76
Hex3016E386303910a6216
Octal6011567014307141214226
Binary1100001110111011100011000110111001100001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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