#330363

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

Shades of Persian Indigo #330363

Tints of Persian Indigo #330363

Color information

#330363 (or 0x330363) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 63. RGB value is (51,3,99). Sum of RGB (Red+Green+Blue) = 51+3+99=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #330363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330363 is #CCFC9C. Grayscale: #1B1B1B. Windows color (decimal): -13434013 or 6488883. OLE color: 6488883.

HSL color Cylindrical-coordinate representation of color #330363: hue angle of 270º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330363 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB51399-
CMYK0.480.9700.61
HSL270º94.12%20%-
HSV(B)270º96.97%38.82%-
XYZ3.651.6711.93-
YUV28.3167.9144.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=33.33%
G=1.96%
B=64.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal513990.480.9700.6127094.1220
Hex33363306103D10e5e14
Octal6331436014107541613624
Binary11001111110001111000011000010111101100001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330363; }

 p { color: rgb(51,3,99); }

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

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

 a { background-color: rgb(51,3,99); }

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

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

 span { border-color: rgb(51,3,99); }

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