#300160

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

Shades of Persian Indigo #300160

Tints of Persian Indigo #300160

Color information

#300160 (or 0x300160) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 60. RGB value is (48,1,96). Sum of RGB (Red+Green+Blue) = 48+1+96=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #300160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300160 is #CFFE9F. Grayscale: #191919. Windows color (decimal): -13631136 or 6291760. OLE color: 6291760.

HSL color Cylindrical-coordinate representation of color #300160: hue angle of 269.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #300160 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48196-
CMYK0.500.9900.62
HSL269.68º97.94%19.02%-
HSV(B)269.68º98.96%37.65%-
XYZ3.341.4911.18-
YUV25.88167.57143.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=33.10%
G=0.69%
B=66.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal481960.500.9900.62269.6897.9419.02
Hex30160326303E10e6213
Octal6011406214307641614223
Binary1100001110000011001011000110111110100001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300160; }

 p { color: rgb(48,1,96); }

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

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

 a { background-color: rgb(48,1,96); }

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

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

 span { border-color: rgb(48,1,96); }

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