#432262

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

Shades of Christalle #432262

Tints of Christalle #432262

Color information

#432262 (or 0x432262) is unknown color: approx Christalle. HEX triplet: 43, 22 and 62. RGB value is (67,34,98). Sum of RGB (Red+Green+Blue) = 67+34+98=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #432262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432262 is #BCDD9D. Grayscale: #323232. Windows color (decimal): -12377502 or 6431299. OLE color: 6431299.

HSL color Cylindrical-coordinate representation of color #432262: hue angle of 270.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432262 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB673498-
CMYK0.320.6500.62
HSL270.94º48.48%25.88%-
HSV(B)270.94º65.31%38.43%-
XYZ5.093.2211.91-
YUV51.16154.43139.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=33.67%
G=17.09%
B=49.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6734980.320.6500.62270.9448.4825.88
Hex432262204103E10f301a
Octal10342142401010764176032
Binary100001110001011000101000001000001011111010000111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432262; }

 p { color: rgb(67,34,98); }

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

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

 a { background-color: rgb(67,34,98); }

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

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

 span { border-color: rgb(67,34,98); }

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