Html Css Color HEX #41065D Christalle

📋 copy color: '#41065D'

red 65 ◦ green 6 ◦ blue 93

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

Shades of Christalle #41065D

Tints of Christalle #41065D

RGB

 RED value IS 65 (25.78% from 255) = 39.63%

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 39.63%
G = 3.66%
B = 56.71%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41065D (or 0x41065D) is known color: Christalle. HEX triplet: 41, 06 and 5D. RGB value is (65,6,93). Sum of RGB (Red+Green+Blue) = 65+6+93=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #41065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41065D is #BEF9A2. Grayscale: #212121. Windows color (decimal): -12515747 or 6096449. OLE color: 6096449.

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

Color convert

RGB 65 6 93 -
CMYK 0.30 0.94 0 0.64
HSL 280.69º 0.88% 0.19% -
HSV(B) 280.69º 0.94% 0.36% -
XYZ 4.22 2.04 10.53 -
YUV 33.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 65 6 93 0.30 0.94 0 0.64 280.69 0.88 0.19
Hex 41 6 5D 1E 5E 0 40 119 58 13
Octal 101 6 135 36 136 0 100 431 130 23
Binary 1000001 110 1011101 11110 1011110 0 1000000 100011001 1011000 10011

Color Harmonies of #41065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41065D

Black with #41065D

Text Example


Text Example

White with #41065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41065D; }

 p { color: rgb(65,6,93); }

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

background-color css

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

 a { background-color: rgb(65,6,93); }

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

border-color css

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

 span { border-color: rgb(65,6,93); }

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