#330784

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

Shades of Persian Indigo #330784

Tints of Persian Indigo #330784

Color information

#330784 (or 0x330784) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 84. RGB value is (51,7,132). Sum of RGB (Red+Green+Blue) = 51+7+132=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 132 (51.95% from 255 or 69.47% from 190); Max value from RGB is 132 - color contains mainly: blue. Hex color #330784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330784 is #CCF87B. Grayscale: #212121. Windows color (decimal): -13432956 or 8652595. OLE color: 8652595.

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

Color convert

RGB517132-
CMYK0.610.9500.48
HSL261.12º89.93%27.25%-
HSV(B)261.12º94.7%51.76%-
XYZ5.612.5222.02-
YUV34.41183.08139.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 132 (51.95% from 255) = 69.47%
R=26.84%
G=3.68%
B=69.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5171320.610.9500.48261.1289.9327.25
Hex337843D5F0301055a1b
Octal6372047513706040513233
Binary1100111111000010011110110111110110000100000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330784; }

 p { color: rgb(51,7,132); }

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

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

 a { background-color: rgb(51,7,132); }

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

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

 span { border-color: rgb(51,7,132); }

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