Html Css Color HEX #41275D Christalle

📋 copy color: '#41275D'

red 65 ◦ green 39 ◦ blue 93

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

Shades of Christalle #41275D

Tints of Christalle #41275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.8%

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

R = 32.99%
G = 19.8%
B = 47.21%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41275D (or 0x41275D) is known color: Christalle. HEX triplet: 41, 27 and 5D. RGB value is (65,39,93). Sum of RGB (Red+Green+Blue) = 65+39+93=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #41275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41275D is #BED8A2. Grayscale: #343434. Windows color (decimal): -12507299 or 6104897. OLE color: 6104897.

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

Color convert

RGB 65 39 93 -
CMYK 0.30 0.58 0 0.64
HSL 268.89º 0.41% 0.26% -
HSV(B) 268.89º 0.58% 0.36% -
XYZ 4.88 3.37 10.75 -
YUV 52.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 65 39 93 0.30 0.58 0 0.64 268.89 0.41 0.26
Hex 41 27 5D 1E 3A 0 40 10D 29 1A
Octal 101 47 135 36 72 0 100 415 51 32
Binary 1000001 100111 1011101 11110 111010 0 1000000 100001101 101001 11010

Color Harmonies of #41275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41275D

Black with #41275D

Text Example


Text Example

White with #41275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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