Html Css Color HEX #41265D Christalle

📋 copy color: '#41265D'

red 65 ◦ green 38 ◦ blue 93

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

Shades of Christalle #41265D

Tints of Christalle #41265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.39%

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

R = 33.16%
G = 19.39%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41265D (or 0x41265D) is known color: Christalle. HEX triplet: 41, 26 and 5D. RGB value is (65,38,93). Sum of RGB (Red+Green+Blue) = 65+38+93=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #41265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41265D is #BED9A2. Grayscale: #343434. Windows color (decimal): -12507555 or 6104641. OLE color: 6104641.

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

Color convert

RGB 65 38 93 -
CMYK 0.30 0.59 0 0.64
HSL 269.45º 0.42% 0.26% -
HSV(B) 269.45º 0.59% 0.36% -
XYZ 4.85 3.3 10.74 -
YUV 52.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 65 38 93 0.30 0.59 0 0.64 269.45 0.42 0.26
Hex 41 26 5D 1E 3B 0 40 10D 2A 1A
Octal 101 46 135 36 73 0 100 415 52 32
Binary 1000001 100110 1011101 11110 111011 0 1000000 100001101 101010 11010

Color Harmonies of #41265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41265D

Black with #41265D

Text Example


Text Example

White with #41265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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