Html Css Color HEX #40065C Christalle

📋 copy color: '#40065C'

red 64 ◦ green 6 ◦ blue 92

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

Shades of Christalle #40065C

Tints of Christalle #40065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 39.51%
G = 3.7%
B = 56.79%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40065C (or 0x40065C) is known color: Christalle. HEX triplet: 40, 06 and 5C. RGB value is (64,6,92). Sum of RGB (Red+Green+Blue) = 64+6+92=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #40065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40065C is #BFF9A3. Grayscale: #202020. Windows color (decimal): -12581284 or 6030912. OLE color: 6030912.

HSL color Cylindrical-coordinate representation of color #40065C: hue angle of 280.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40065C is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 6 92 -
CMYK 0.30 0.93 0 0.64
HSL 280.47º 0.88% 0.19% -
HSV(B) 280.47º 0.93% 0.36% -
XYZ 4.11 1.99 10.29 -
YUV 33.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 64 6 92 0.30 0.93 0 0.64 280.47 0.88 0.19
Hex 40 6 5C 1E 5D 0 40 118 58 13
Octal 100 6 134 36 135 0 100 430 130 23
Binary 1000000 110 1011100 11110 1011101 0 1000000 100011000 1011000 10011

Color Harmonies of #40065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40065C

Black with #40065C

Text Example


Text Example

White with #40065C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40065C; }

 p { color: rgb(64,6,92); }

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

background-color css

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

 a { background-color: rgb(64,6,92); }

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

border-color css

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

 span { border-color: rgb(64,6,92); }

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