#302580

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

Shades of Persian Indigo #302580

Tints of Persian Indigo #302580

Color information

#302580 (or 0x302580) is unknown color: approx Persian Indigo. HEX triplet: 30, 25 and 80. RGB value is (48,37,128). Sum of RGB (Red+Green+Blue) = 48+37+128=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #302580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302580 is #CFDA7F. Grayscale: #323232. Windows color (decimal): -13621888 or 8398128. OLE color: 8398128.

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

Color convert

RGB4837128-
CMYK0.620.7100.50
HSL247.25º55.15%32.35%-
HSV(B)247.25º71.09%50.2%-
XYZ5.783.5120.8-
YUV50.66171.64126.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 128 (50.39% from 255) = 60.09%
R=22.54%
G=17.37%
B=60.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48371280.620.7100.50247.2555.1532.35
Hex3025803E47032f73720
Octal6045200761070623676740
Binary110000100101100000001111101000111011001011110111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302580; }

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

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

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

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

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

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

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

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