Html Css Color HEX #41245E Christalle

📋 copy color: '#41245E'

red 65 ◦ green 36 ◦ blue 94

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

Shades of Christalle #41245E

Tints of Christalle #41245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

 BLUE value IS 94 (37.11% from 255) = 48.21%

R = 33.33%
G = 18.46%
B = 48.21%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41245E (or 0x41245E) is known color: Christalle. HEX triplet: 41, 24 and 5E. RGB value is (65,36,94). Sum of RGB (Red+Green+Blue) = 65+36+94=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #41245E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41245E is #BEDBA1. Grayscale: #333333. Windows color (decimal): -12508066 or 6169665. OLE color: 6169665.

HSL color Cylindrical-coordinate representation of color #41245E: hue angle of 270º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41245E is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 36 94 -
CMYK 0.31 0.62 0 0.63
HSL 270º 0.45% 0.25% -
HSV(B) 270º 0.62% 0.37% -
XYZ 4.83 3.19 10.95 -
YUV 51.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 65 36 94 0.31 0.62 0 0.63 270 0.45 0.25
Hex 41 24 5E 1F 3E 0 3F 10E 2D 19
Octal 101 44 136 37 76 0 77 416 55 31
Binary 1000001 100100 1011110 11111 111110 0 111111 100001110 101101 11001

Color Harmonies of #41245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41245E

Black with #41245E

Text Example


Text Example

White with #41245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41245E; }

 p { color: rgb(65,36,94); }

 H1.HeaderClassName
 {
   color: #41245E;
 }
 .AnyTagClassName
 {
   color: #41245E;
 }
</style>

background-color css

<style>
 a { background-color: #41245E; }

 a { background-color: rgb(65,36,94); }

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

border-color css

<style>
 span { border-color: #41245E; }

 span { border-color: rgb(65,36,94); }

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