#301168

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

Shades of Persian Indigo #301168

Tints of Persian Indigo #301168

Color information

#301168 (or 0x301168) is unknown color: approx Persian Indigo. HEX triplet: 30, 11 and 68. RGB value is (48,17,104). Sum of RGB (Red+Green+Blue) = 48+17+104=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #301168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301168 is #CFEE97. Grayscale: #232323. Windows color (decimal): -13627032 or 6820144. OLE color: 6820144.

HSL color Cylindrical-coordinate representation of color #301168: hue angle of 261.38º 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 #301168 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4817104-
CMYK0.540.8400.59
HSL261.38º71.9%23.73%-
HSV(B)261.38º83.65%40.78%-
XYZ3.922.0313.28-
YUV36.19166.27136.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=28.40%
G=10.06%
B=61.54%

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
Decimal48171040.540.8400.59261.3871.923.73
Hex301168365403B1054818
Octal60211506612407340511030
Binary11000010001110100011011010101000111011100000101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301168; }

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

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

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

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

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

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

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

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