#3306A0

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

Shades of Persian Indigo #3306A0

Tints of Persian Indigo #3306A0

Color information

#3306A0 (or 0x3306A0) is unknown color: approx Persian Indigo. HEX triplet: 33, 06 and A0. RGB value is (51,6,160). Sum of RGB (Red+Green+Blue) = 51+6+160=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 160 (62.89% from 255 or 73.73% from 217); Max value from RGB is 160 - color contains mainly: blue. Hex color #3306A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3306A0 is #CCF95F. Grayscale: #242424. Windows color (decimal): -13433184 or 10487347. OLE color: 10487347.

HSL color Cylindrical-coordinate representation of color #3306A0: hue angle of 257.53º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3306A0 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB516160-
CMYK0.680.9600.37
HSL257.53º92.77%32.55%-
HSV(B)257.53º96.25%62.75%-
XYZ7.783.3733.5-
YUV37.01197.41137.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 160 (62.89% from 255) = 73.73%
R=23.50%
G=2.76%
B=73.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5161600.680.9600.37257.5392.7732.55
Hex336A044600251025d21
Octal63624010414004540213541
Binary110011110101000001000100110000001001011000000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3306A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3306A0; }

 p { color: rgb(51,6,160); }

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

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

 a { background-color: rgb(51,6,160); }

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

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

 span { border-color: rgb(51,6,160); }

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