#301169

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

Shades of Persian Indigo #301169

Tints of Persian Indigo #301169

Color information

#301169 (or 0x301169) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 69. RGB value is (48,17,105). Sum of RGB (Red+Green+Blue) = 48+17+105=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #301169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301169 is #CFEE96. Grayscale: #232323. Windows color (decimal): -13627031 or 6885680. OLE color: 6885680.

HSL color Cylindrical-coordinate representation of color #301169: hue angle of 261.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301169 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4817105-
CMYK0.540.8400.59
HSL261.14º72.13%23.92%-
HSV(B)261.14º83.81%41.18%-
XYZ3.972.0513.55-
YUV36.3166.77136.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=28.24%
G=10%
B=61.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48171050.540.8400.59261.1472.1323.92
Hex301169365403B1054818
Octal60211516612407340511030
Binary11000010001110100111011010101000111011100000101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301169; }

 p { color: rgb(48,17,105); }

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

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

 a { background-color: rgb(48,17,105); }

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

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

 span { border-color: rgb(48,17,105); }

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