#301069

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

Shades of Persian Indigo #301069

Tints of Persian Indigo #301069

Color information

#301069 (or 0x301069) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 69. RGB value is (48,16,105). Sum of RGB (Red+Green+Blue) = 48+16+105=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #301069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301069 is #CFEF96. Grayscale: #232323. Windows color (decimal): -13627287 or 6885424. OLE color: 6885424.

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

Color convert

RGB4816105-
CMYK0.540.8500.59
HSL261.57º73.55%23.73%-
HSV(B)261.57º84.76%41.18%-
XYZ3.952.0213.55-
YUV35.71167.1136.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=28.40%
G=9.47%
B=62.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48161050.540.8500.59261.5773.5523.73
Hex301069365503B1064a18
Octal60201516612507340611230
Binary11000010000110100111011010101010111011100000110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301069; }

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

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

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

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

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

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

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

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