Html Css Color HEX #41255B Christalle

📋 copy color: '#41255B'

red 65 ◦ green 37 ◦ blue 91

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

Shades of Christalle #41255B

Tints of Christalle #41255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.15%

R = 33.68%
G = 19.17%
B = 47.15%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41255B (or 0x41255B) is known color: Christalle. HEX triplet: 41, 25 and 5B. RGB value is (65,37,91). Sum of RGB (Red+Green+Blue) = 65+37+91=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #41255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41255B is #BEDAA4. Grayscale: #333333. Windows color (decimal): -12507813 or 5973313. OLE color: 5973313.

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

Color convert

RGB 65 37 91 -
CMYK 0.29 0.59 0 0.64
HSL 271.11º 0.42% 0.25% -
HSV(B) 271.11º 0.59% 0.36% -
XYZ 4.73 3.2 10.27 -
YUV 51.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 65 37 91 0.29 0.59 0 0.64 271.11 0.42 0.25
Hex 41 25 5B 1D 3B 0 40 10F 2A 19
Octal 101 45 133 35 73 0 100 417 52 31
Binary 1000001 100101 1011011 11101 111011 0 1000000 100001111 101010 11001

Color Harmonies of #41255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41255B

Black with #41255B

Text Example


Text Example

White with #41255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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