#330478

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

Shades of Persian Indigo #330478

Tints of Persian Indigo #330478

Color information

#330478 (or 0x330478) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 78. RGB value is (51,4,120). Sum of RGB (Red+Green+Blue) = 51+4+120=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #330478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330478 is #CCFB87. Grayscale: #1E1E1E. Windows color (decimal): -13433736 or 7865395. OLE color: 7865395.

HSL color Cylindrical-coordinate representation of color #330478: hue angle of 264.31º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330478 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB514120-
CMYK0.580.9700.53
HSL264.31º93.55%24.31%-
HSV(B)264.31º96.67%47.06%-
XYZ4.82.1517.93-
YUV31.28178.07142.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=29.14%
G=2.29%
B=68.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5141200.580.9700.53264.3193.5524.31
Hex334783A610351085e18
Octal6341707214106541013630
Binary110011100111100011101011000010110101100001000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330478; }

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

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

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

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

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

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

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

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