#30228C

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

Shades of Persian Indigo #30228C

Tints of Persian Indigo #30228C

Color information

#30228C (or 0x30228C) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 8C. RGB value is (48,34,140). Sum of RGB (Red+Green+Blue) = 48+34+140=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 140 (55.08% from 255 or 63.06% from 222); Max value from RGB is 140 - color contains mainly: blue. Hex color #30228C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30228C is #CFDD73. Grayscale: #313131. Windows color (decimal): -13622644 or 9183792. OLE color: 9183792.

HSL color Cylindrical-coordinate representation of color #30228C: hue angle of 247.92º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30228C is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4834140-
CMYK0.660.7600.45
HSL247.92º60.92%34.12%-
HSV(B)247.92º75.71%54.9%-
XYZ6.523.6725.17-
YUV50.27178.64126.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 140 (55.08% from 255) = 63.06%
R=21.62%
G=15.32%
B=63.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48341400.660.7600.45247.9260.9234.12
Hex30228C424C02Df83d22
Octal60422141021140553707542
Binary1100001000101000110010000101001100010110111111000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30228C; }

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

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

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

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

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

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

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

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