#300669

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

Shades of Persian Indigo #300669

Tints of Persian Indigo #300669

Color information

#300669 (or 0x300669) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 69. RGB value is (48,6,105). Sum of RGB (Red+Green+Blue) = 48+6+105=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #300669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300669 is #CFF996. Grayscale: #1D1D1D. Windows color (decimal): -13629847 or 6882864. OLE color: 6882864.

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

Color convert

RGB486105-
CMYK0.540.9400.59
HSL265.45º89.19%21.76%-
HSV(B)265.45º94.29%41.18%-
XYZ3.831.7813.51-
YUV29.84170.41140.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 105 (41.41% from 255) = 66.04%
R=30.19%
G=3.77%
B=66.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4861050.540.9400.59265.4589.1921.76
Hex30669365E03B1095916
Octal6061516613607341113126
Binary110000110110100111011010111100111011100001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300669; }

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

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

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

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

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

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

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

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