#330463

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

Shades of Persian Indigo #330463

Tints of Persian Indigo #330463

Color information

#330463 (or 0x330463) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 63. RGB value is (51,4,99). Sum of RGB (Red+Green+Blue) = 51+4+99=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #330463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330463 is #CCFB9C. Grayscale: #1C1C1C. Windows color (decimal): -13433757 or 6489139. OLE color: 6489139.

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

Color convert

RGB51499-
CMYK0.480.9600.61
HSL269.68º92.23%20.2%-
HSV(B)269.68º95.96%38.82%-
XYZ3.661.6911.94-
YUV28.88167.57143.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=33.12%
G=2.60%
B=64.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal514990.480.9600.61269.6892.2320.2
Hex33463306003D10e5c14
Octal6341436014007541613424
Binary110011100110001111000011000000111101100001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330463; }

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

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

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

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

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

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

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

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