#330870

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

Shades of Persian Indigo #330870

Tints of Persian Indigo #330870

Color information

#330870 (or 0x330870) is unknown color: approx Persian Indigo. HEX triplet: 33, 08 and 70. RGB value is (51,8,112). Sum of RGB (Red+Green+Blue) = 51+8+112=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #330870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330870 is #CCF78F. Grayscale: #202020. Windows color (decimal): -13432720 or 7342131. OLE color: 7342131.

HSL color Cylindrical-coordinate representation of color #330870: hue angle of 264.81º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330870 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB518112-
CMYK0.540.9300.56
HSL264.81º86.67%23.53%-
HSV(B)264.81º92.86%43.92%-
XYZ4.382.0515.49-
YUV32.71172.75141.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 112 (44.14% from 255) = 65.50%
R=29.82%
G=4.68%
B=65.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5181120.540.9300.56264.8186.6723.53
Hex33870365D0381095718
Octal63101606613507041112730
Binary1100111000111000011011010111010111000100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330870; }

 p { color: rgb(51,8,112); }

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

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

 a { background-color: rgb(51,8,112); }

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

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

 span { border-color: rgb(51,8,112); }

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