Html Css Color HEX #412462 Christalle

📋 copy color: '#412462'

red 65 ◦ green 36 ◦ blue 98

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

Shades of Christalle #412462

Tints of Christalle #412462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.09%

 BLUE value IS 98 (38.67% from 255) = 49.25%

R = 32.66%
G = 18.09%
B = 49.25%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#412462 (or 0x412462) is known color: Christalle. HEX triplet: 41, 24 and 62. RGB value is (65,36,98). Sum of RGB (Red+Green+Blue) = 65+36+98=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #412462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412462 is #BEDB9D. Grayscale: #333333. Windows color (decimal): -12508062 or 6431809. OLE color: 6431809.

HSL color Cylindrical-coordinate representation of color #412462: hue angle of 268.06º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412462 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 36 98 -
CMYK 0.34 0.63 0 0.62
HSL 268.06º 0.46% 0.26% -
HSV(B) 268.06º 0.63% 0.38% -
XYZ 5.02 3.27 11.92 -
YUV 51.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 65 36 98 0.34 0.63 0 0.62 268.06 0.46 0.26
Hex 41 24 62 22 3F 0 3E 10C 2E 1A
Octal 101 44 142 42 77 0 76 414 56 32
Binary 1000001 100100 1100010 100010 111111 0 111110 100001100 101110 11010

Color Harmonies of #412462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412462

Black with #412462

Text Example


Text Example

White with #412462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412462; }

 p { color: rgb(65,36,98); }

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

background-color css

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

 a { background-color: rgb(65,36,98); }

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

border-color css

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

 span { border-color: rgb(65,36,98); }

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