#330378

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

Shades of Persian Indigo #330378

Tints of Persian Indigo #330378

Color information

#330378 (or 0x330378) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 78. RGB value is (51,3,120). Sum of RGB (Red+Green+Blue) = 51+3+120=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #330378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330378 is #CCFC87. Grayscale: #1E1E1E. Windows color (decimal): -13433992 or 7865139. OLE color: 7865139.

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

Color convert

RGB513120-
CMYK0.580.9800.53
HSL264.62º95.12%24.12%-
HSV(B)264.62º97.5%47.06%-
XYZ4.792.1217.93-
YUV30.69178.4142.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=29.31%
G=1.72%
B=68.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5131200.580.9800.53264.6295.1224.12
Hex333783A620351095f18
Octal6331707214206541113730
Binary11001111111100011101011000100110101100001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330378; }

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

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

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

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

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

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

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

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