#30079D

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

Shades of Persian Indigo #30079D

Tints of Persian Indigo #30079D

Color information

#30079D (or 0x30079D) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 9D. RGB value is (48,7,157). Sum of RGB (Red+Green+Blue) = 48+7+157=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #30079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30079D is #CFF862. Grayscale: #232323. Windows color (decimal): -13629539 or 10290992. OLE color: 10290992.

HSL color Cylindrical-coordinate representation of color #30079D: hue angle of 256.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #30079D is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB487157-
CMYK0.690.9600.38
HSL256.4º91.46%32.16%-
HSV(B)256.4º95.54%61.57%-
XYZ7.383.2132.13-
YUV36.36196.08136.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=22.64%
G=3.30%
B=74.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4871570.690.9600.38256.491.4632.16
Hex3079D45600261005b20
Octal60723510514004640013340
Binary110000111100111011000101110000001001101000000001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30079D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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