#3D206E

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

Shades of Christalle #3D206E

Tints of Christalle #3D206E

Color information

#3D206E (or 0x3D206E) is unknown color: approx Christalle. HEX triplet: 3D, 20 and 6E. RGB value is (61,32,110). Sum of RGB (Red+Green+Blue) = 61+32+110=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #3D206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D206E is #C2DF91. Grayscale: #313131. Windows color (decimal): -12771218 or 7217213. OLE color: 7217213.

HSL color Cylindrical-coordinate representation of color #3D206E: hue angle of 262.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D206E is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6132110-
CMYK0.450.7100.57
HSL262.31º54.93%27.84%-
HSV(B)262.31º70.91%43.14%-
XYZ5.263.1515.08-
YUV49.56162.11136.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.05%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=30.05%
G=15.76%
B=54.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61321100.450.7100.57262.3154.9327.84
Hex3D206E2D47039106371c
Octal7540156551070714066734
Binary11110110000011011101011011000111011100110000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,110); }

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

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

 a { background-color: rgb(61,32,110); }

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

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

 span { border-color: rgb(61,32,110); }

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