#302292

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

Shades of Persian Indigo #302292

Tints of Persian Indigo #302292

Color information

#302292 (or 0x302292) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 92. RGB value is (48,34,146). Sum of RGB (Red+Green+Blue) = 48+34+146=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #302292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302292 is #CFDD6D. Grayscale: #323232. Windows color (decimal): -13622638 or 9577008. OLE color: 9577008.

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

Color convert

RGB4834146-
CMYK0.670.7700.43
HSL247.5º62.22%35.29%-
HSV(B)247.5º76.71%57.25%-
XYZ6.983.8527.57-
YUV50.95181.64125.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=21.05%
G=14.91%
B=64.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48341460.670.7700.43247.562.2235.29
Hex302292434D02Bf83e23
Octal60422221031150533707643
Binary1100001000101001001010000111001101010101111111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302292; }

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

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

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

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

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

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

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

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