#30277E

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

Shades of Persian Indigo #30277E

Tints of Persian Indigo #30277E

Color information

#30277E (or 0x30277E) is unknown color: approx Persian Indigo. HEX triplet: 30, 27 and 7E. RGB value is (48,39,126). Sum of RGB (Red+Green+Blue) = 48+39+126=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #30277E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30277E is #CFD881. Grayscale: #333333. Windows color (decimal): -13621378 or 8267568. OLE color: 8267568.

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

Color convert

RGB4839126-
CMYK0.620.6900.51
HSL246.21º52.73%32.35%-
HSV(B)246.21º69.05%49.41%-
XYZ5.713.5920.13-
YUV51.61169.98125.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=22.54%
G=18.31%
B=59.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48391260.620.6900.51246.2152.7332.35
Hex30277E3E45033f63520
Octal6047176761050633666540
Binary11000010011111111101111101000101011001111110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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