#302277

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

Shades of Persian Indigo #302277

Tints of Persian Indigo #302277

Color information

#302277 (or 0x302277) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 77. RGB value is (48,34,119). Sum of RGB (Red+Green+Blue) = 48+34+119=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #302277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302277 is #CFDD88. Grayscale: #2F2F2F. Windows color (decimal): -13622665 or 7807536. OLE color: 7807536.

HSL color Cylindrical-coordinate representation of color #302277: hue angle of 249.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302277 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4834119-
CMYK0.600.7100.53
HSL249.88º55.56%30%-
HSV(B)249.88º71.43%46.67%-
XYZ5.123.117.78-
YUV47.88168.14128.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 119 (46.88% from 255) = 59.20%
R=23.88%
G=16.92%
B=59.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48341190.600.7100.53249.8855.5630
Hex3022773C47035fa381e
Octal6042167741070653727036
Binary1100001000101110111111100100011101101011111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302277; }

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

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

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

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

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

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

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

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