Html Css Color HEX #41255E Christalle

📋 copy color: '#41255E'

red 65 ◦ green 37 ◦ blue 94

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

Shades of Christalle #41255E

Tints of Christalle #41255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.88%

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

R = 33.16%
G = 18.88%
B = 47.96%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41255E (or 0x41255E) is known color: Christalle. HEX triplet: 41, 25 and 5E. RGB value is (65,37,94). Sum of RGB (Red+Green+Blue) = 65+37+94=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #41255E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41255E is #BEDAA1. Grayscale: #333333. Windows color (decimal): -12507810 or 6169921. OLE color: 6169921.

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

Color convert

RGB 65 37 94 -
CMYK 0.31 0.61 0 0.63
HSL 269.47º 0.44% 0.26% -
HSV(B) 269.47º 0.61% 0.37% -
XYZ 4.86 3.26 10.96 -
YUV 51.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 65 37 94 0.31 0.61 0 0.63 269.47 0.44 0.26
Hex 41 25 5E 1F 3D 0 3F 10D 2C 1A
Octal 101 45 136 37 75 0 77 415 54 32
Binary 1000001 100101 1011110 11111 111101 0 111111 100001101 101100 11010

Color Harmonies of #41255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41255E

Black with #41255E

Text Example


Text Example

White with #41255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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