#30047F

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

Shades of Persian Indigo #30047F

Tints of Persian Indigo #30047F

Color information

#30047F (or 0x30047F) is unknown color: approx Persian Indigo. HEX triplet: 30, 04 and 7F. RGB value is (48,4,127). Sum of RGB (Red+Green+Blue) = 48+4+127=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #30047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30047F is #CFFB80. Grayscale: #1E1E1E. Windows color (decimal): -13630337 or 8324144. OLE color: 8324144.

HSL color Cylindrical-coordinate representation of color #30047F: hue angle of 261.46º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30047F is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB484127-
CMYK0.620.9700.50
HSL261.46º93.89%25.69%-
HSV(B)261.46º96.85%49.8%-
XYZ5.092.2520.24-
YUV31.18182.08140-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 127 (50% from 255) = 70.95%
R=26.82%
G=2.23%
B=70.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4841270.620.9700.50261.4693.8925.69
Hex3047F3E610321055e1a
Octal6041777614106240513632
Binary110000100111111111111011000010110010100000101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,4,127); }

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

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

 a { background-color: rgb(48,4,127); }

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

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

 span { border-color: rgb(48,4,127); }

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