Html Css Color HEX #41285D Christalle

📋 copy color: '#41285D'

red 65 ◦ green 40 ◦ blue 93

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

Shades of Christalle #41285D

Tints of Christalle #41285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

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

R = 32.83%
G = 20.2%
B = 46.97%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41285D (or 0x41285D) is known color: Christalle. HEX triplet: 41, 28 and 5D. RGB value is (65,40,93). Sum of RGB (Red+Green+Blue) = 65+40+93=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #41285D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41285D is #BED7A2. Grayscale: #353535. Windows color (decimal): -12507043 or 6105153. OLE color: 6105153.

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

Color convert

RGB 65 40 93 -
CMYK 0.30 0.57 0 0.64
HSL 268.3º 0.4% 0.26% -
HSV(B) 268.3º 0.57% 0.36% -
XYZ 4.91 3.43 10.76 -
YUV 53.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 65 40 93 0.30 0.57 0 0.64 268.3 0.4 0.26
Hex 41 28 5D 1E 39 0 40 10C 28 1A
Octal 101 50 135 36 71 0 100 414 50 32
Binary 1000001 101000 1011101 11110 111001 0 1000000 100001100 101000 11010

Color Harmonies of #41285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41285D

Black with #41285D

Text Example


Text Example

White with #41285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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