#30076E

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

Shades of Persian Indigo #30076E

Tints of Persian Indigo #30076E

Color information

#30076E (or 0x30076E) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 6E. RGB value is (48,7,110). Sum of RGB (Red+Green+Blue) = 48+7+110=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #30076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076E is #CFF891. Grayscale: #1E1E1E. Windows color (decimal): -13629586 or 7210800. OLE color: 7210800.

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

Color convert

RGB487110-
CMYK0.560.9400.57
HSL263.88º88.03%22.94%-
HSV(B)263.88º93.64%43.14%-
XYZ4.111.9114.9-
YUV31172.58140.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=29.09%
G=4.24%
B=66.67%

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
Decimal4871100.560.9400.57263.8888.0322.94
Hex3076E385E0391085817
Octal6071567013607141013027
Binary110000111110111011100010111100111001100001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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