#30277F

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

Shades of Persian Indigo #30277F

Tints of Persian Indigo #30277F

Color information

#30277F (or 0x30277F) is unknown color: approx Persian Indigo. HEX triplet: 30, 27 and 7F. RGB value is (48,39,127). Sum of RGB (Red+Green+Blue) = 48+39+127=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #30277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277F is #CFD880. Grayscale: #333333. Windows color (decimal): -13621377 or 8333104. OLE color: 8333104.

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

Color convert

RGB4839127-
CMYK0.620.6900.50
HSL246.14º53.01%32.55%-
HSV(B)246.14º69.29%49.8%-
XYZ5.783.6120.47-
YUV51.72170.48125.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 39 (15.62% from 255) = 18.22%
BLUE value IS 127 (50% from 255) = 59.35%
R=22.43%
G=18.22%
B=59.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48391270.620.6900.50246.1453.0132.55
Hex30277F3E45032f63521
Octal6047177761050623666541
Binary11000010011111111111111101000101011001011110110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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