Html Css Color HEX #41295E Christalle

📋 copy color: '#41295E'

red 65 ◦ green 41 ◦ blue 94

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

Shades of Christalle #41295E

Tints of Christalle #41295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

 BLUE value IS 94 (37.11% from 255) = 47%

R = 32.5%
G = 20.5%
B = 47%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41295E (or 0x41295E) is known color: Christalle. HEX triplet: 41, 29 and 5E. RGB value is (65,41,94). Sum of RGB (Red+Green+Blue) = 65+41+94=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #41295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41295E is #BED6A1. Grayscale: #363636. Windows color (decimal): -12506786 or 6170945. OLE color: 6170945.

HSL color Cylindrical-coordinate representation of color #41295E: hue angle of 267.17º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41295E is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 41 94 -
CMYK 0.31 0.56 0 0.63
HSL 267.17º 0.39% 0.26% -
HSV(B) 267.17º 0.56% 0.37% -
XYZ 4.99 3.52 11.01 -
YUV 54.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 65 41 94 0.31 0.56 0 0.63 267.17 0.39 0.26
Hex 41 29 5E 1F 38 0 3F 10B 27 1A
Octal 101 51 136 37 70 0 77 413 47 32
Binary 1000001 101001 1011110 11111 111000 0 111111 100001011 100111 11010

Color Harmonies of #41295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41295E

Black with #41295E

Text Example


Text Example

White with #41295E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41295E; }

 p { color: rgb(65,41,94); }

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

background-color css

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

 a { background-color: rgb(65,41,94); }

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

border-color css

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

 span { border-color: rgb(65,41,94); }

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