#302781

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

Shades of Persian Indigo #302781

Tints of Persian Indigo #302781

Color information

#302781 (or 0x302781) is unknown color: approx Persian Indigo. HEX triplet: 30, 27 and 81. RGB value is (48,39,129). Sum of RGB (Red+Green+Blue) = 48+39+129=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #302781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302781 is #CFD87E. Grayscale: #333333. Windows color (decimal): -13621375 or 8464176. OLE color: 8464176.

HSL color Cylindrical-coordinate representation of color #302781: hue angle of 246º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302781 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4839129-
CMYK0.630.7000.49
HSL246º53.57%32.94%-
HSV(B)246º69.77%50.59%-
XYZ5.913.6621.16-
YUV51.95171.48125.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 129 (50.78% from 255) = 59.72%
R=22.22%
G=18.06%
B=59.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48391290.630.7000.4924653.5732.94
Hex3027813F46031f63621
Octal6047201771060613666641
Binary110000100111100000011111111000110011000111110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302781; }

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

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

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

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

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

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

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

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