#302297

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

Shades of Persian Indigo #302297

Tints of Persian Indigo #302297

Color information

#302297 (or 0x302297) is unknown color: approx Persian Indigo. HEX triplet: 30, 22 and 97. RGB value is (48,34,151). Sum of RGB (Red+Green+Blue) = 48+34+151=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #302297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302297 is #CFDD68. Grayscale: #333333. Windows color (decimal): -13622633 or 9904688. OLE color: 9904688.

HSL color Cylindrical-coordinate representation of color #302297: hue angle of 247.18º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302297 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4834151-
CMYK0.680.7700.41
HSL247.18º63.24%36.27%-
HSV(B)247.18º77.48%59.22%-
XYZ7.384.0129.66-
YUV51.52184.14125.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 151 (59.38% from 255) = 64.81%
R=20.60%
G=14.59%
B=64.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48341510.680.7700.41247.1863.2436.27
Hex302297444D029f73f24
Octal60422271041150513677744
Binary1100001000101001011110001001001101010100111110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302297; }

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

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

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

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

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

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

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

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