Html Css Color HEX #41196F Christalle

📋 copy color: '#41196F'

red 65 ◦ green 25 ◦ blue 111

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

Shades of Christalle #41196F

Tints of Christalle #41196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 32.34%
G = 12.44%
B = 55.22%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41196F (or 0x41196F) is known color: Christalle. HEX triplet: 41, 19 and 6F. RGB value is (65,25,111). Sum of RGB (Red+Green+Blue) = 65+25+111=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #41196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41196F is #BEE690. Grayscale: #2E2E2E. Windows color (decimal): -12510865 or 7280961. OLE color: 7280961.

HSL color Cylindrical-coordinate representation of color #41196F: hue angle of 267.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41196F is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 25 111 -
CMYK 0.41 0.77 0 0.56
HSL 267.91º 0.63% 0.27% -
HSV(B) 267.91º 0.77% 0.44% -
XYZ 5.4 2.97 15.33 -
YUV 46.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 65 25 111 0.41 0.77 0 0.56 267.91 0.63 0.27
Hex 41 19 6F 29 4D 0 38 10C 3F 1B
Octal 101 31 157 51 115 0 70 414 77 33
Binary 1000001 11001 1101111 101001 1001101 0 111000 100001100 111111 11011

Color Harmonies of #41196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41196F

Black with #41196F

Text Example


Text Example

White with #41196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41196F; }

 p { color: rgb(65,25,111); }

 H1.HeaderClassName
 {
   color: #41196F;
 }
 .AnyTagClassName
 {
   color: #41196F;
 }
</style>

background-color css

<style>
 a { background-color: #41196F; }

 a { background-color: rgb(65,25,111); }

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

border-color css

<style>
 span { border-color: #41196F; }

 span { border-color: rgb(65,25,111); }

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