Html Css Color HEX #41236C Christalle

📋 copy color: '#41236C'

red 65 ◦ green 35 ◦ blue 108

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

Shades of Christalle #41236C

Tints of Christalle #41236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.92%

R = 31.25%
G = 16.83%
B = 51.92%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41236C (or 0x41236C) is known color: Christalle. HEX triplet: 41, 23 and 6C. RGB value is (65,35,108). Sum of RGB (Red+Green+Blue) = 65+35+108=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #41236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236C is #BEDC93. Grayscale: #343434. Windows color (decimal): -12508308 or 7086913. OLE color: 7086913.

HSL color Cylindrical-coordinate representation of color #41236C: hue angle of 264.66º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41236C is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 35 108 -
CMYK 0.40 0.68 0 0.58
HSL 264.66º 0.51% 0.28% -
HSV(B) 264.66º 0.68% 0.42% -
XYZ 5.49 3.41 14.56 -
YUV 52.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 65 35 108 0.40 0.68 0 0.58 264.66 0.51 0.28
Hex 41 23 6C 28 44 0 3A 109 33 1C
Octal 101 43 154 50 104 0 72 411 63 34
Binary 1000001 100011 1101100 101000 1000100 0 111010 100001001 110011 11100

Color Harmonies of #41236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41236C

Black with #41236C

Text Example


Text Example

White with #41236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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