#30228D

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

Shades of Persian Indigo #30228D

Tints of Persian Indigo #30228D

Color information

#30228D (or 0x30228D) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 8D. RGB value is (48,34,141). Sum of RGB (Red+Green+Blue) = 48+34+141=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #30228D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30228D is #CFDD72. Grayscale: #313131. Windows color (decimal): -13622643 or 9249328. OLE color: 9249328.

HSL color Cylindrical-coordinate representation of color #30228D: hue angle of 247.85º 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 #30228D is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4834141-
CMYK0.660.7600.45
HSL247.85º61.14%34.31%-
HSV(B)247.85º75.89%55.29%-
XYZ6.63.725.56-
YUV50.38179.14126.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 141 (55.47% from 255) = 63.23%
R=21.52%
G=15.25%
B=63.23%

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
Decimal48341410.660.7600.45247.8561.1434.31
Hex30228D424C02Df83d22
Octal60422151021140553707542
Binary1100001000101000110110000101001100010110111111000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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