#302380

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

Shades of Persian Indigo #302380

Tints of Persian Indigo #302380

Color information

#302380 (or 0x302380) is unknown color: approx Persian Indigo. HEX triplet: 30, 23 and 80. RGB value is (48,35,128). Sum of RGB (Red+Green+Blue) = 48+35+128=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #302380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302380 is #CFDC7F. Grayscale: #313131. Windows color (decimal): -13622400 or 8397616. OLE color: 8397616.

HSL color Cylindrical-coordinate representation of color #302380: hue angle of 248.39º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #302380 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4835128-
CMYK0.620.7300.50
HSL248.39º57.06%31.96%-
HSV(B)248.39º72.66%50.2%-
XYZ5.723.3920.77-
YUV49.49172.31126.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 35 (14.06% from 255) = 16.59%
BLUE value IS 128 (50.39% from 255) = 60.66%
R=22.75%
G=16.59%
B=60.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48351280.620.7300.50248.3957.0631.96
Hex3023803E49032f83920
Octal6043200761110623707140
Binary110000100011100000001111101001001011001011111000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302380; }

 p { color: rgb(48,35,128); }

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

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

 a { background-color: rgb(48,35,128); }

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

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

 span { border-color: rgb(48,35,128); }

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