#330472

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

Shades of Persian Indigo #330472

Tints of Persian Indigo #330472

Color information

#330472 (or 0x330472) is unknown color: approx Persian Indigo. HEX triplet: 33, 04 and 72. RGB value is (51,4,114). Sum of RGB (Red+Green+Blue) = 51+4+114=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 114 (44.92% from 255 or 67.46% from 169); Max value from RGB is 114 - color contains mainly: blue. Hex color #330472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330472 is #CCFB8D. Grayscale: #1E1E1E. Windows color (decimal): -13433742 or 7472179. OLE color: 7472179.

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

Color convert

RGB514114-
CMYK0.550.9600.55
HSL265.64º93.22%23.14%-
HSV(B)265.64º96.49%44.71%-
XYZ4.452.0116.07-
YUV30.59175.07142.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 114 (44.92% from 255) = 67.46%
R=30.18%
G=2.37%
B=67.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5141140.550.9600.55265.6493.2223.14
Hex33472376003710a5d17
Octal6341626714006741213527
Binary110011100111001011011111000000110111100001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330472; }

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

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

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

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

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

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

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

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