#302586

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

Shades of Persian Indigo #302586

Tints of Persian Indigo #302586

Color information

#302586 (or 0x302586) is unknown color: approx Persian Indigo. HEX triplet: 30, 25 and 86. RGB value is (48,37,134). Sum of RGB (Red+Green+Blue) = 48+37+134=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #302586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302586 is #CFDA79. Grayscale: #323232. Windows color (decimal): -13621882 or 8791344. OLE color: 8791344.

HSL color Cylindrical-coordinate representation of color #302586: hue angle of 246.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #302586 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4837134-
CMYK0.640.7200.47
HSL246.8º56.73%33.53%-
HSV(B)246.8º72.39%52.55%-
XYZ6.183.6722.94-
YUV51.35174.64125.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=21.92%
G=16.89%
B=61.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48371340.640.7200.47246.856.7333.53
Hex302586404802Ff73922
Octal60452061001100573677142
Binary1100001001011000011010000001001000010111111110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302586; }

 p { color: rgb(48,37,134); }

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

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

 a { background-color: rgb(48,37,134); }

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

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

 span { border-color: rgb(48,37,134); }

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