#330683

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

Shades of Persian Indigo #330683

Tints of Persian Indigo #330683

Color information

#330683 (or 0x330683) is unknown color: approx Persian Indigo. HEX triplet: 33, 06 and 83. RGB value is (51,6,131). Sum of RGB (Red+Green+Blue) = 51+6+131=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #330683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330683 is #CCF97C. Grayscale: #212121. Windows color (decimal): -13433213 or 8586803. OLE color: 8586803.

HSL color Cylindrical-coordinate representation of color #330683: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330683 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB516131-
CMYK0.610.9500.49
HSL261.6º91.24%26.86%-
HSV(B)261.6º95.42%51.37%-
XYZ5.532.4721.66-
YUV33.7182.91140.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 131 (51.56% from 255) = 69.68%
R=27.13%
G=3.19%
B=69.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5161310.610.9500.49261.691.2426.86
Hex336833D5F0311065b1b
Octal6362037513706140613333
Binary1100111101000001111110110111110110001100000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330683; }

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

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

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

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

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

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

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

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