#402867

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

Shades of Christalle #402867

Tints of Christalle #402867

Color information

#402867 (or 0x402867) is unknown color: approx Christalle. HEX triplet: 40, 28 and 67. RGB value is (64,40,103). Sum of RGB (Red+Green+Blue) = 64+40+103=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #402867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402867 is #BFD798. Grayscale: #363636. Windows color (decimal): -12572569 or 6760512. OLE color: 6760512.

HSL color Cylindrical-coordinate representation of color #402867: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402867 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6440103-
CMYK0.380.6100.60
HSL262.86º44.06%28.04%-
HSV(B)262.86º61.17%40.39%-
XYZ5.323.5913.24-
YUV54.36155.45134.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=30.92%
G=19.32%
B=49.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64401030.380.6100.60262.8644.0628.04
Hex402867263D03C1072c1c
Octal1005014746750744075434
Binary10000001010001100111100110111101011110010000011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402867; }

 p { color: rgb(64,40,103); }

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

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

 a { background-color: rgb(64,40,103); }

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

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

 span { border-color: rgb(64,40,103); }

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