#330470

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

Shades of Persian Indigo #330470

Tints of Persian Indigo #330470

Color information

#330470 (or 0x330470) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 70. RGB value is (51,4,112). Sum of RGB (Red+Green+Blue) = 51+4+112=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #330470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330470 is #CCFB8F. Grayscale: #1D1D1D. Windows color (decimal): -13433744 or 7341107. OLE color: 7341107.

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

Color convert

RGB514112-
CMYK0.540.9600.56
HSL266.11º93.1%22.75%-
HSV(B)266.11º96.43%43.92%-
XYZ4.331.9615.48-
YUV30.36174.07142.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=30.54%
G=2.40%
B=67.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5141120.540.9600.56266.1193.122.75
Hex33470366003810a5d17
Octal6341606614007041213527
Binary110011100111000011011011000000111000100001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330470; }

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

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

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

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

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

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

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

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