#302392

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

Shades of Persian Indigo #302392

Tints of Persian Indigo #302392

Color information

#302392 (or 0x302392) is unknown color: approx Persian Indigo. HEX triplet: 30, 23 and 92. RGB value is (48,35,146). Sum of RGB (Red+Green+Blue) = 48+35+146=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #302392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302392 is #CFDC6D. Grayscale: #333333. Windows color (decimal): -13622382 or 9577264. OLE color: 9577264.

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

Color convert

RGB4835146-
CMYK0.670.7600.43
HSL247.03º61.33%35.49%-
HSV(B)247.03º76.03%57.25%-
XYZ7.013.9127.58-
YUV51.54181.31125.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=20.96%
G=15.28%
B=63.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48351460.670.7600.43247.0361.3335.49
Hex302392434C02Bf73d23
Octal60432221031140533677543
Binary1100001000111001001010000111001100010101111110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302392; }

 p { color: rgb(48,35,146); }

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

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

 a { background-color: rgb(48,35,146); }

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

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

 span { border-color: rgb(48,35,146); }

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