#300161

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

Shades of Persian Indigo #300161

Tints of Persian Indigo #300161

Color information

#300161 (or 0x300161) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 61. RGB value is (48,1,97). Sum of RGB (Red+Green+Blue) = 48+1+97=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #300161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300161 is #CFFE9E. Grayscale: #191919. Windows color (decimal): -13631135 or 6357296. OLE color: 6357296.

HSL color Cylindrical-coordinate representation of color #300161: hue angle of 269.38º 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 #300161 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB48197-
CMYK0.510.9900.62
HSL269.38º97.96%19.22%-
HSV(B)269.38º98.97%38.04%-
XYZ3.391.5111.42-
YUV26168.07143.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.88%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=32.88%
G=0.68%
B=66.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal481970.510.9900.62269.3897.9619.22
Hex30161336303E10d6213
Octal6011416314307641514223
Binary1100001110000111001111000110111110100001101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300161; }

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

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

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

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

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

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

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

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