Html Css Color HEX #40065B Christalle

📋 copy color: '#40065B'

red 64 ◦ green 6 ◦ blue 91

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

Shades of Christalle #40065B

Tints of Christalle #40065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 39.75%
G = 3.73%
B = 56.52%

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

#40065B (or 0x40065B) is known color: Christalle. HEX triplet: 40, 06 and 5B. RGB value is (64,6,91). Sum of RGB (Red+Green+Blue) = 64+6+91=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #40065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40065B is #BFF9A4. Grayscale: #202020. Windows color (decimal): -12581285 or 5965376. OLE color: 5965376.

HSL color Cylindrical-coordinate representation of color #40065B: hue angle of 280.94º 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 #40065B is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 6 91 -
CMYK 0.30 0.93 0 0.64
HSL 280.94º 0.88% 0.19% -
HSV(B) 280.94º 0.93% 0.36% -
XYZ 4.07 1.98 10.06 -
YUV 33.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 64 6 91 0.30 0.93 0 0.64 280.94 0.88 0.19
Hex 40 6 5B 1E 5D 0 40 119 58 13
Octal 100 6 133 36 135 0 100 431 130 23
Binary 1000000 110 1011011 11110 1011101 0 1000000 100011001 1011000 10011

Color Harmonies of #40065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40065B

Black with #40065B

Text Example


Text Example

White with #40065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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