#402062

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

Shades of Christalle #402062

Tints of Christalle #402062

Color information

#402062 (or 0x402062) is unknown color: approx Christalle. HEX triplet: 40, 20 and 62. RGB value is (64,32,98). Sum of RGB (Red+Green+Blue) = 64+32+98=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #402062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402062 is #BFDF9D. Grayscale: #303030. Windows color (decimal): -12574622 or 6430784. OLE color: 6430784.

HSL color Cylindrical-coordinate representation of color #402062: hue angle of 269.09º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402062 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB643298-
CMYK0.350.6700.62
HSL269.09º50.77%25.49%-
HSV(B)269.09º67.35%38.43%-
XYZ4.84311.88-
YUV49.09155.6138.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=32.99%
G=16.49%
B=50.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6432980.350.6700.62269.0950.7725.49
Hex402062234303E10d3319
Octal10040142431030764156331
Binary100000010000011000101000111000011011111010000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402062; }

 p { color: rgb(64,32,98); }

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

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

 a { background-color: rgb(64,32,98); }

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

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

 span { border-color: rgb(64,32,98); }

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