#301583

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

Shades of Persian Indigo #301583

Tints of Persian Indigo #301583

Color information

#301583 (or 0x301583) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 83. RGB value is (48,21,131). Sum of RGB (Red+Green+Blue) = 48+21+131=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #301583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301583 is #CFEA7C. Grayscale: #292929. Windows color (decimal): -13625981 or 8590640. OLE color: 8590640.

HSL color Cylindrical-coordinate representation of color #301583: hue angle of 254.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301583 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4821131-
CMYK0.630.8400.49
HSL254.73º72.37%29.8%-
HSV(B)254.73º83.97%51.37%-
XYZ5.582.821.72-
YUV41.61178.45132.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 131 (51.56% from 255) = 65.5%
R=24%
G=10.5%
B=65.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48211310.630.8400.49254.7372.3729.8
Hex3015833F54031ff481e
Octal60252037712406137711036
Binary11000010101100000111111111010100011000111111111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301583; }

 p { color: rgb(48,21,131); }

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

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

 a { background-color: rgb(48,21,131); }

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

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

 span { border-color: rgb(48,21,131); }

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