Html Css Color HEX #41235F Christalle

📋 copy color: '#41235F'

red 65 ◦ green 35 ◦ blue 95

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

Shades of Christalle #41235F

Tints of Christalle #41235F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 33.33%
G = 17.95%
B = 48.72%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41235F (or 0x41235F) is known color: Christalle. HEX triplet: 41, 23 and 5F. RGB value is (65,35,95). Sum of RGB (Red+Green+Blue) = 65+35+95=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #41235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41235F is #BEDCA0. Grayscale: #323232. Windows color (decimal): -12508321 or 6234945. OLE color: 6234945.

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

Color convert

RGB 65 35 95 -
CMYK 0.32 0.63 0 0.63
HSL 270º 0.46% 0.25% -
HSV(B) 270º 0.63% 0.37% -
XYZ 4.85 3.15 11.18 -
YUV 50.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 65 35 95 0.32 0.63 0 0.63 270 0.46 0.25
Hex 41 23 5F 20 3F 0 3F 10E 2E 19
Octal 101 43 137 40 77 0 77 416 56 31
Binary 1000001 100011 1011111 100000 111111 0 111111 100001110 101110 11001

Color Harmonies of #41235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41235F

Black with #41235F

Text Example


Text Example

White with #41235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41235F; }

 p { color: rgb(65,35,95); }

 H1.HeaderClassName
 {
   color: #41235F;
 }
 .AnyTagClassName
 {
   color: #41235F;
 }
</style>

background-color css

<style>
 a { background-color: #41235F; }

 a { background-color: rgb(65,35,95); }

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

border-color css

<style>
 span { border-color: #41235F; }

 span { border-color: rgb(65,35,95); }

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