#302287

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

Shades of Persian Indigo #302287

Tints of Persian Indigo #302287

Color information

#302287 (or 0x302287) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 87. RGB value is (48,34,135). Sum of RGB (Red+Green+Blue) = 48+34+135=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #302287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302287 is #CFDD78. Grayscale: #313131. Windows color (decimal): -13622649 or 8856112. OLE color: 8856112.

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

Color convert

RGB4834135-
CMYK0.640.7500.47
HSL248.32º59.76%33.14%-
HSV(B)248.32º74.81%52.94%-
XYZ6.163.5223.28-
YUV49.7176.14126.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=22.12%
G=15.67%
B=62.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48341350.640.7500.47248.3259.7633.14
Hex302287404B02Ff83c21
Octal60422071001130573707441
Binary1100001000101000011110000001001011010111111111000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302287; }

 p { color: rgb(48,34,135); }

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

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

 a { background-color: rgb(48,34,135); }

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

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

 span { border-color: rgb(48,34,135); }

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