Html Css Color HEX #411970 Christalle

📋 copy color: '#411970'

red 65 ◦ green 25 ◦ blue 112

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

Shades of Christalle #411970

Tints of Christalle #411970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 32.18%
G = 12.38%
B = 55.45%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411970 (or 0x411970) is known color: Christalle. HEX triplet: 41, 19 and 70. RGB value is (65,25,112). Sum of RGB (Red+Green+Blue) = 65+25+112=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #411970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411970 is #BEE68F. Grayscale: #2E2E2E. Windows color (decimal): -12510864 or 7346497. OLE color: 7346497.

HSL color Cylindrical-coordinate representation of color #411970: hue angle of 267.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411970 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 25 112 -
CMYK 0.42 0.78 0 0.56
HSL 267.59º 0.64% 0.27% -
HSV(B) 267.59º 0.78% 0.44% -
XYZ 5.45 2.99 15.62 -
YUV 46.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 65 25 112 0.42 0.78 0 0.56 267.59 0.64 0.27
Hex 41 19 70 2A 4E 0 38 10C 40 1B
Octal 101 31 160 52 116 0 70 414 100 33
Binary 1000001 11001 1110000 101010 1001110 0 111000 100001100 1000000 11011

Color Harmonies of #411970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411970

Black with #411970

Text Example


Text Example

White with #411970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411970; }

 p { color: rgb(65,25,112); }

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

background-color css

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

 a { background-color: rgb(65,25,112); }

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

border-color css

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

 span { border-color: rgb(65,25,112); }

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