Html Css Color HEX #412365 Christalle

📋 copy color: '#412365'

red 65 ◦ green 35 ◦ blue 101

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

Shades of Christalle #412365

Tints of Christalle #412365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 32.34%
G = 17.41%
B = 50.25%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#412365 (or 0x412365) is known color: Christalle. HEX triplet: 41, 23 and 65. RGB value is (65,35,101). Sum of RGB (Red+Green+Blue) = 65+35+101=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #412365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412365 is #BEDC9A. Grayscale: #333333. Windows color (decimal): -12508315 or 6628161. OLE color: 6628161.

HSL color Cylindrical-coordinate representation of color #412365: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #412365 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 35 101 -
CMYK 0.36 0.65 0 0.60
HSL 267.27º 0.49% 0.27% -
HSV(B) 267.27º 0.65% 0.4% -
XYZ 5.13 3.27 12.67 -
YUV 51.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 65 35 101 0.36 0.65 0 0.60 267.27 0.49 0.27
Hex 41 23 65 24 41 0 3C 10B 31 1B
Octal 101 43 145 44 101 0 74 413 61 33
Binary 1000001 100011 1100101 100100 1000001 0 111100 100001011 110001 11011

Color Harmonies of #412365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412365

Black with #412365

Text Example


Text Example

White with #412365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412365; }

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

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

background-color css

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

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

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

border-color css

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

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

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