Html Css Color HEX #41255C Christalle

📋 copy color: '#41255C'

red 65 ◦ green 37 ◦ blue 92

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

Shades of Christalle #41255C

Tints of Christalle #41255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 33.51%
G = 19.07%
B = 47.42%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41255C (or 0x41255C) is known color: Christalle. HEX triplet: 41, 25 and 5C. RGB value is (65,37,92). Sum of RGB (Red+Green+Blue) = 65+37+92=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #41255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41255C is #BEDAA3. Grayscale: #333333. Windows color (decimal): -12507812 or 6038849. OLE color: 6038849.

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

Color convert

RGB 65 37 92 -
CMYK 0.29 0.60 0 0.64
HSL 270.55º 0.43% 0.25% -
HSV(B) 270.55º 0.6% 0.36% -
XYZ 4.77 3.22 10.5 -
YUV 51.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 65 37 92 0.29 0.60 0 0.64 270.55 0.43 0.25
Hex 41 25 5C 1D 3C 0 40 10F 2B 19
Octal 101 45 134 35 74 0 100 417 53 31
Binary 1000001 100101 1011100 11101 111100 0 1000000 100001111 101011 11001

Color Harmonies of #41255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41255C

Black with #41255C

Text Example


Text Example

White with #41255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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