#302290

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

Shades of Persian Indigo #302290

Tints of Persian Indigo #302290

Color information

#302290 (or 0x302290) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 90. RGB value is (48,34,144). Sum of RGB (Red+Green+Blue) = 48+34+144=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #302290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302290 is #CFDD6F. Grayscale: #323232. Windows color (decimal): -13622640 or 9445936. OLE color: 9445936.

HSL color Cylindrical-coordinate representation of color #302290: hue angle of 247.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302290 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4834144-
CMYK0.670.7600.44
HSL247.64º61.8%34.9%-
HSV(B)247.64º76.39%56.47%-
XYZ6.823.7926.76-
YUV50.73180.64126.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 144 (56.64% from 255) = 63.72%
R=21.24%
G=15.04%
B=63.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48341440.670.7600.44247.6461.834.9
Hex302290434C02Cf83e23
Octal60422201031140543707643
Binary1100001000101001000010000111001100010110011111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302290; }

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

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

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

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

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

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

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

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