Html Css Color HEX #41195D Christalle

📋 copy color: '#41195D'

red 65 ◦ green 25 ◦ blue 93

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

Shades of Christalle #41195D

Tints of Christalle #41195D

RGB

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

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

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

R = 35.52%
G = 13.66%
B = 50.82%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41195D (or 0x41195D) is known color: Christalle. HEX triplet: 41, 19 and 5D. RGB value is (65,25,93). Sum of RGB (Red+Green+Blue) = 65+25+93=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #41195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195D is #BEE6A2. Grayscale: #2C2C2C. Windows color (decimal): -12510883 or 6101313. OLE color: 6101313.

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

Color convert

RGB 65 25 93 -
CMYK 0.30 0.73 0 0.64
HSL 275.29º 0.58% 0.23% -
HSV(B) 275.29º 0.73% 0.36% -
XYZ 4.5 2.61 10.62 -
YUV 44.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 65 25 93 0.30 0.73 0 0.64 275.29 0.58 0.23
Hex 41 19 5D 1E 49 0 40 113 3A 17
Octal 101 31 135 36 111 0 100 423 72 27
Binary 1000001 11001 1011101 11110 1001001 0 1000000 100010011 111010 10111

Color Harmonies of #41195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41195D

Black with #41195D

Text Example


Text Example

White with #41195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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