Html Css Color HEX #41126E Christalle

📋 copy color: '#41126E'

red 65 ◦ green 18 ◦ blue 110

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

Shades of Christalle #41126E

Tints of Christalle #41126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 33.68%
G = 9.33%
B = 56.99%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41126E (or 0x41126E) is known color: Christalle. HEX triplet: 41, 12 and 6E. RGB value is (65,18,110). Sum of RGB (Red+Green+Blue) = 65+18+110=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #41126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41126E is #BEED91. Grayscale: #2A2A2A. Windows color (decimal): -12512658 or 7213633. OLE color: 7213633.

HSL color Cylindrical-coordinate representation of color #41126E: hue angle of 270.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41126E is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 18 110 -
CMYK 0.41 0.84 0 0.57
HSL 270.65º 0.72% 0.25% -
HSV(B) 270.65º 0.84% 0.43% -
XYZ 5.21 2.68 14.99 -
YUV 42.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 65 18 110 0.41 0.84 0 0.57 270.65 0.72 0.25
Hex 41 12 6E 29 54 0 39 10F 48 19
Octal 101 22 156 51 124 0 71 417 110 31
Binary 1000001 10010 1101110 101001 1010100 0 111001 100001111 1001000 11001

Color Harmonies of #41126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41126E

Black with #41126E

Text Example


Text Example

White with #41126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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