#30076D

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

Shades of Persian Indigo #30076D

Tints of Persian Indigo #30076D

Color information

#30076D (or 0x30076D) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 6D. RGB value is (48,7,109). Sum of RGB (Red+Green+Blue) = 48+7+109=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #30076D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076D is #CFF892. Grayscale: #1E1E1E. Windows color (decimal): -13629587 or 7145264. OLE color: 7145264.

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

Color convert

RGB487109-
CMYK0.560.9400.57
HSL264.12º87.93%22.75%-
HSV(B)264.12º93.58%42.75%-
XYZ4.061.8814.62-
YUV30.89172.08140.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 109 (42.97% from 255) = 66.46%
R=29.27%
G=4.27%
B=66.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4871090.560.9400.57264.1287.9322.75
Hex3076D385E0391085817
Octal6071557013607141013027
Binary110000111110110111100010111100111001100001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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