#402467

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

Shades of Christalle #402467

Tints of Christalle #402467

Color information

#402467 (or 0x402467) is unknown color: approx Christalle. HEX triplet: 40, 24 and 67. RGB value is (64,36,103). Sum of RGB (Red+Green+Blue) = 64+36+103=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #402467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402467 is #BFDB98. Grayscale: #333333. Windows color (decimal): -12573593 or 6759488. OLE color: 6759488.

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

Color convert

RGB6436103-
CMYK0.380.6500.60
HSL265.07º48.2%27.25%-
HSV(B)265.07º65.05%40.39%-
XYZ5.193.3313.2-
YUV52.01156.78136.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 103 (40.62% from 255) = 50.74%
R=31.53%
G=17.73%
B=50.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64361030.380.6500.60265.0748.227.25
Hex402467264103C109301b
Octal10044147461010744116033
Binary100000010010011001111001101000001011110010000100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402467; }

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

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

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

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

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

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

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

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