Html Css Color HEX #402365 Christalle

📋 copy color: '#402365'

red 64 ◦ green 35 ◦ blue 101

#402365
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #402365

Tints of Christalle #402365

RGB

 RED value IS 64 (25.39% from 255) = 32%

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 101 (39.84% from 255) = 50.5%

R = 32%
G = 17.5%
B = 50.5%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#402365 (or 0x402365) is known color: Christalle. HEX triplet: 40, 23 and 65. RGB value is (64,35,101). Sum of RGB (Red+Green+Blue) = 64+35+101=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #402365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402365 is #BFDC9A. Grayscale: #323232. Windows color (decimal): -12573851 or 6628160. OLE color: 6628160.

HSL color Cylindrical-coordinate representation of color #402365: hue angle of 266.36º degrees, saturation: 0.49, 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 #402365 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 35 101 -
CMYK 0.37 0.65 0 0.60
HSL 266.36º 0.49% 0.27% -
HSV(B) 266.36º 0.65% 0.4% -
XYZ 5.06 3.23 12.67 -
YUV 51.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 64 35 101 0.37 0.65 0 0.60 266.36 0.49 0.27
Hex 40 23 65 25 41 0 3C 10A 31 1B
Octal 100 43 145 45 101 0 74 412 61 33
Binary 1000000 100011 1100101 100101 1000001 0 111100 100001010 110001 11011

Color Harmonies of #402365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402365

Black with #402365

Text Example


Text Example

White with #402365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402365; }

 p { color: rgb(64,35,101); }

 H1.HeaderClassName
 {
   color: #402365;
 }
 .AnyTagClassName
 {
   color: #402365;
 }
</style>

background-color css

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

 a { background-color: rgb(64,35,101); }

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

border-color css

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

 span { border-color: rgb(64,35,101); }

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