#32055B

Color #32055B Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #32055B

Tints of Christalle #32055B

Color information

#32055B (or 0x32055B) is unknown color: approx Christalle. HEX triplet: 32, 05 and 5B. RGB value is (50,5,91). Sum of RGB (Red+Green+Blue) = 50+5+91=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #32055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32055B is #CDFAA4. Grayscale: #1B1B1B. Windows color (decimal): -13499045 or 5965106. OLE color: 5965106.

HSL color Cylindrical-coordinate representation of color #32055B: hue angle of 271.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32055B is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB50591-
CMYK0.450.9500.64
HSL271.4º89.58%18.82%-
HSV(B)271.4º94.51%35.69%-
XYZ3.261.5410.02-
YUV28.26163.41143.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 91 (35.94% from 255) = 62.33%
R=34.25%
G=3.42%
B=62.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal505910.450.9500.64271.489.5818.82
Hex3255B2D5F04010f5a13
Octal62513355137010041713223
Binary1100101011011011101101101111101000000100001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32055B; }

 p { color: rgb(50,5,91); }

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

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

 a { background-color: rgb(50,5,91); }

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

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

 span { border-color: rgb(50,5,91); }

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