Html Css Color HEX #3D155F Christalle

📋 copy color: '#3D155F'

red 61 ◦ green 21 ◦ blue 95

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

Shades of Christalle #3D155F

Tints of Christalle #3D155F

RGB

 RED value IS 61 (24.22% from 255) = 34.46%

 GREEN value IS 21 (8.59% from 255) = 11.86%

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 34.46%
G = 11.86%
B = 53.67%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D155F (or 0x3D155F) is known color: Christalle. HEX triplet: 3D, 15 and 5F. RGB value is (61,21,95). Sum of RGB (Red+Green+Blue) = 61+21+95=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D155F is #C2EAA0. Grayscale: #292929. Windows color (decimal): -12774049 or 6231357. OLE color: 6231357.

HSL color Cylindrical-coordinate representation of color #3D155F: hue angle of 272.43º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D155F is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 21 95 -
CMYK 0.36 0.78 0 0.63
HSL 272.43º 0.64% 0.23% -
HSV(B) 272.43º 0.78% 0.37% -
XYZ 4.26 2.35 11.06 -
YUV 41.4 158.25 141.98 -
System Red Green Blue C M Y K H S L
Decimal 61 21 95 0.36 0.78 0 0.63 272.43 0.64 0.23
Hex 3D 15 5F 24 4E 0 3F 110 40 17
Octal 75 25 137 44 116 0 77 420 100 27
Binary 111101 10101 1011111 100100 1001110 0 111111 100010000 1000000 10111

Color Harmonies of #3D155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D155F

Black with #3D155F

Text Example


Text Example

White with #3D155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D155F; }

 p { color: rgb(61,21,95); }

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

background-color css

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

 a { background-color: rgb(61,21,95); }

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

border-color css

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

 span { border-color: rgb(61,21,95); }

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