#332CAB

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

Shades of Persian Blue #332CAB

Tints of Persian Blue #332CAB

Color information

#332CAB (or 0x332CAB) is unknown color: approx Persian Blue. HEX triplet: 33, 2C and AB. RGB value is (51,44,171). Sum of RGB (Red+Green+Blue) = 51+44+171=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #332CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332CAB is #CCD354. Grayscale: #3C3C3C. Windows color (decimal): -13423445 or 11217971. OLE color: 11217971.

HSL color Cylindrical-coordinate representation of color #332CAB: hue angle of 243.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332CAB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5144171-
CMYK0.700.7400.33
HSL243.31º59.07%42.16%-
HSV(B)243.31º74.27%67.06%-
XYZ9.625.4539.07-
YUV60.57190.32121.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=19.17%
G=16.54%
B=64.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51441710.700.7400.33243.3159.0742.16
Hex332CAB464A021f33b2a
Octal63542531061120413637352
Binary1100111011001010101110001101001010010000111110011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332CAB; }

 p { color: rgb(51,44,171); }

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

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

 a { background-color: rgb(51,44,171); }

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

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

 span { border-color: rgb(51,44,171); }

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