#301269

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

Shades of Persian Indigo #301269

Tints of Persian Indigo #301269

Color information

#301269 (or 0x301269) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 69. RGB value is (48,18,105). Sum of RGB (Red+Green+Blue) = 48+18+105=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #301269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301269 is #CFED96. Grayscale: #242424. Windows color (decimal): -13626775 or 6885936. OLE color: 6885936.

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

Color convert

RGB4818105-
CMYK0.540.8300.59
HSL260.69º70.73%24.12%-
HSV(B)260.69º82.86%41.18%-
XYZ3.992.0813.56-
YUV36.89166.44135.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=28.07%
G=10.53%
B=61.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48181050.540.8300.59260.6970.7324.12
Hex301269365303B1054718
Octal60221516612307340510730
Binary11000010010110100111011010100110111011100000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301269; }

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

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

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

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

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

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

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

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