#30076F

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

Shades of Persian Indigo #30076F

Tints of Persian Indigo #30076F

Color information

#30076F (or 0x30076F) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 6F. RGB value is (48,7,111). Sum of RGB (Red+Green+Blue) = 48+7+111=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #30076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30076F is #CFF890. Grayscale: #1E1E1E. Windows color (decimal): -13629585 or 7276336. OLE color: 7276336.

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

Color convert

RGB487111-
CMYK0.570.9400.56
HSL263.65º88.14%23.14%-
HSV(B)263.65º93.69%43.53%-
XYZ4.161.9315.19-
YUV31.12173.08140.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 111 (43.75% from 255) = 66.87%
R=28.92%
G=4.22%
B=66.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4871110.570.9400.56263.6588.1423.14
Hex3076F395E0381085817
Octal6071577113607041013027
Binary110000111110111111100110111100111000100001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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