#302284

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

Shades of Persian Indigo #302284

Tints of Persian Indigo #302284

Color information

#302284 (or 0x302284) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 84. RGB value is (48,34,132). Sum of RGB (Red+Green+Blue) = 48+34+132=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #302284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302284 is #CFDD7B. Grayscale: #303030. Windows color (decimal): -13622652 or 8659504. OLE color: 8659504.

HSL color Cylindrical-coordinate representation of color #302284: hue angle of 248.57º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #302284 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4834132-
CMYK0.640.7400.48
HSL248.57º59.04%32.55%-
HSV(B)248.57º74.24%51.76%-
XYZ5.963.4422.18-
YUV49.36174.64127.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 132 (51.95% from 255) = 61.68%
R=22.43%
G=15.89%
B=61.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48341320.640.7400.48248.5759.0432.55
Hex302284404A030f93b21
Octal60422041001120603717341
Binary1100001000101000010010000001001010011000011111001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302284; }

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

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

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

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

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

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

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

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