Html Css Color HEX #41265C Christalle

📋 copy color: '#41265C'

red 65 ◦ green 38 ◦ blue 92

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

Shades of Christalle #41265C

Tints of Christalle #41265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 33.33%
G = 19.49%
B = 47.18%

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

#41265C (or 0x41265C) is known color: Christalle. HEX triplet: 41, 26 and 5C. RGB value is (65,38,92). Sum of RGB (Red+Green+Blue) = 65+38+92=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #41265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41265C is #BED9A3. Grayscale: #343434. Windows color (decimal): -12507556 or 6039105. OLE color: 6039105.

HSL color Cylindrical-coordinate representation of color #41265C: hue angle of 270º 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 #41265C is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 38 92 -
CMYK 0.29 0.59 0 0.64
HSL 270º 0.42% 0.25% -
HSV(B) 270º 0.59% 0.36% -
XYZ 4.8 3.28 10.51 -
YUV 52.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 65 38 92 0.29 0.59 0 0.64 270 0.42 0.25
Hex 41 26 5C 1D 3B 0 40 10E 2A 19
Octal 101 46 134 35 73 0 100 416 52 31
Binary 1000001 100110 1011100 11101 111011 0 1000000 100001110 101010 11001

Color Harmonies of #41265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41265C

Black with #41265C

Text Example


Text Example

White with #41265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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