Html Css Color HEX #410A62 Christalle

📋 copy color: '#410A62'

red 65 ◦ green 10 ◦ blue 98

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

Shades of Christalle #410A62

Tints of Christalle #410A62

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.78%

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

R = 37.57%
G = 5.78%
B = 56.65%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#410A62 (or 0x410A62) is known color: Christalle. HEX triplet: 41, 0A and 62. RGB value is (65,10,98). Sum of RGB (Red+Green+Blue) = 65+10+98=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #410A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410A62 is #BEF59D. Grayscale: #242424. Windows color (decimal): -12514718 or 6425153. OLE color: 6425153.

HSL color Cylindrical-coordinate representation of color #410A62: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410A62 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 10 98 -
CMYK 0.34 0.90 0 0.62
HSL 277.5º 0.81% 0.21% -
HSV(B) 277.5º 0.9% 0.38% -
XYZ 4.49 2.22 11.75 -
YUV 36.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 65 10 98 0.34 0.90 0 0.62 277.5 0.81 0.21
Hex 41 A 62 22 5A 0 3E 116 51 15
Octal 101 12 142 42 132 0 76 426 121 25
Binary 1000001 1010 1100010 100010 1011010 0 111110 100010110 1010001 10101

Color Harmonies of #410A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A62

Black with #410A62

Text Example


Text Example

White with #410A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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