#302275

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

Shades of Persian Indigo #302275

Tints of Persian Indigo #302275

Color information

#302275 (or 0x302275) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 75. RGB value is (48,34,117). Sum of RGB (Red+Green+Blue) = 48+34+117=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #302275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302275 is #CFDD8A. Grayscale: #2F2F2F. Windows color (decimal): -13622667 or 7676464. OLE color: 7676464.

HSL color Cylindrical-coordinate representation of color #302275: hue angle of 250.12º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302275 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4834117-
CMYK0.590.7100.54
HSL250.12º54.97%29.61%-
HSV(B)250.12º70.94%45.88%-
XYZ53.0617.16-
YUV47.65167.14128.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=24.12%
G=17.09%
B=58.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48341170.590.7100.54250.1254.9729.61
Hex3022753B47036fa371e
Octal6042165731070663726736
Binary1100001000101110101111011100011101101101111101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302275; }

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

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

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

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

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

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

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

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