#3d1b71

Color #3D1B71 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #3D1B71

Tints of Christalle #3D1B71

Color information

#3D1B71 (or 0x3D1B71) is unknown color: approx Christalle. HEX triplet: 3D, 1B and 71. RGB value is (61,27,113). Sum of RGB (Red+Green+Blue) = 61+27+113=201 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.35% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D1B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D1B71 is #C2E48E. Grayscale: #2E2E2E. Windows color (decimal): -12772495 or 7412541. OLE color: 7412541.

HSL color Cylindrical-coordinate representation of color #3D1B71: hue angle of 263.72º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D1B71 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6127113-
CMYK0.460.7600.56
HSL263.72º61.43%27.45%-
HSV(B)263.72º76.11%44.31%-
XYZ5.32.9715.92-
YUV46.97165.26138.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.35%
GREEN value IS 27 (10.94% from 255) = 13.43%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=30.35%
G=13.43%
B=56.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61271130.460.7600.56263.7261.4327.45
Hex3D1B712E4C0381083d1b
Octal7533161561140704107533
Binary1111011101111100011011101001100011100010000100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d1b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,27,113); }

 H1.HeaderClassName
 {
   color: #3d1b71;
 }
 .AnyTagClassName
 {
   color: #3d1b71;
 }
</style>
background-color css

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

 a { background-color: rgb(61,27,113); }

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

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

 span { border-color: rgb(61,27,113); }

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