#300169

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

Shades of Persian Indigo #300169

Tints of Persian Indigo #300169

Color information

#300169 (or 0x300169) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 69. RGB value is (48,1,105). Sum of RGB (Red+Green+Blue) = 48+1+105=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #300169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300169 is #CFFE96. Grayscale: #1A1A1A. Windows color (decimal): -13631127 or 6881584. OLE color: 6881584.

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

Color convert

RGB481105-
CMYK0.540.9900.59
HSL267.12º98.11%20.78%-
HSV(B)267.12º99.05%41.18%-
XYZ3.781.6713.49-
YUV26.91172.07143.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 105 (41.41% from 255) = 68.18%
R=31.17%
G=0.65%
B=68.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4811050.540.9900.59267.1298.1120.78
Hex30169366303B10b6215
Octal6011516614307341314225
Binary1100001110100111011011000110111011100001011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300169; }

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

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

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

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

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

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

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

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