Html Css Color HEX #41125E Christalle

📋 copy color: '#41125E'

red 65 ◦ green 18 ◦ blue 94

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

Shades of Christalle #41125E

Tints of Christalle #41125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 36.72%
G = 10.17%
B = 53.11%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41125E (or 0x41125E) is known color: Christalle. HEX triplet: 41, 12 and 5E. RGB value is (65,18,94). Sum of RGB (Red+Green+Blue) = 65+18+94=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #41125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41125E is #BEEDA1. Grayscale: #282828. Windows color (decimal): -12512674 or 6165057. OLE color: 6165057.

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

Color convert

RGB 65 18 94 -
CMYK 0.31 0.81 0 0.63
HSL 277.11º 0.68% 0.22% -
HSV(B) 277.11º 0.81% 0.37% -
XYZ 4.42 2.36 10.81 -
YUV 40.72 158.07 145.32 -
System Red Green Blue C M Y K H S L
Decimal 65 18 94 0.31 0.81 0 0.63 277.11 0.68 0.22
Hex 41 12 5E 1F 51 0 3F 115 44 16
Octal 101 22 136 37 121 0 77 425 104 26
Binary 1000001 10010 1011110 11111 1010001 0 111111 100010101 1000100 10110

Color Harmonies of #41125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41125E

Black with #41125E

Text Example


Text Example

White with #41125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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