Html Css Color HEX #411368 Christalle

📋 copy color: '#411368'

red 65 ◦ green 19 ◦ blue 104

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

Shades of Christalle #411368

Tints of Christalle #411368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 34.57%
G = 10.11%
B = 55.32%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#411368 (or 0x411368) is known color: Christalle. HEX triplet: 41, 13 and 68. RGB value is (65,19,104). Sum of RGB (Red+Green+Blue) = 65+19+104=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #411368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411368 is #BEEC97. Grayscale: #2A2A2A. Windows color (decimal): -12512408 or 6820673. OLE color: 6820673.

HSL color Cylindrical-coordinate representation of color #411368: hue angle of 272.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411368 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 19 104 -
CMYK 0.38 0.82 0 0.59
HSL 272.47º 0.69% 0.24% -
HSV(B) 272.47º 0.82% 0.41% -
XYZ 4.91 2.59 13.34 -
YUV 42.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 65 19 104 0.38 0.82 0 0.59 272.47 0.69 0.24
Hex 41 13 68 26 52 0 3B 110 45 18
Octal 101 23 150 46 122 0 73 420 105 30
Binary 1000001 10011 1101000 100110 1010010 0 111011 100010000 1000101 11000

Color Harmonies of #411368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411368

Black with #411368

Text Example


Text Example

White with #411368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411368; }

 p { color: rgb(65,19,104); }

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

background-color css

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

 a { background-color: rgb(65,19,104); }

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

border-color css

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

 span { border-color: rgb(65,19,104); }

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