#3A2063

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

Shades of Christalle #3A2063

Tints of Christalle #3A2063

Color information

#3A2063 (or 0x3A2063) is unknown color: approx Christalle. HEX triplet: 3A, 20 and 63. RGB value is (58,32,99). Sum of RGB (Red+Green+Blue) = 58+32+99=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2063 is #C5DF9C. Grayscale: #2F2F2F. Windows color (decimal): -12967837 or 6496314. OLE color: 6496314.

HSL color Cylindrical-coordinate representation of color #3A2063: hue angle of 263.28º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2063 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB583299-
CMYK0.410.6800.61
HSL263.28º51.15%25.69%-
HSV(B)263.28º67.68%38.82%-
XYZ4.512.8312.11-
YUV47.41157.11135.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 99 (39.06% from 255) = 52.38%
R=30.69%
G=16.93%
B=52.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5832990.410.6800.61263.2851.1525.69
Hex3A2063294403D107331a
Octal7240143511040754076332
Binary11101010000011000111010011000100011110110000011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,99); }

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

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

 a { background-color: rgb(58,32,99); }

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

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

 span { border-color: rgb(58,32,99); }

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