#3A2370

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

Shades of Christalle #3A2370

Tints of Christalle #3A2370

Color information

#3A2370 (or 0x3A2370) is unknown color: approx Christalle. HEX triplet: 3A, 23 and 70. RGB value is (58,35,112). Sum of RGB (Red+Green+Blue) = 58+35+112=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2370 is #C5DC8F. Grayscale: #323232. Windows color (decimal): -12967056 or 7349050. OLE color: 7349050.

HSL color Cylindrical-coordinate representation of color #3A2370: hue angle of 257.92º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2370 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5835112-
CMYK0.480.6900.56
HSL257.92º52.38%28.82%-
HSV(B)257.92º68.75%43.92%-
XYZ5.273.2715.68-
YUV50.66162.62133.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=28.29%
G=17.07%
B=54.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58351120.480.6900.56257.9252.3828.82
Hex3A23703045038102341d
Octal7243160601050704026435
Binary11101010001111100001100001000101011100010000001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,112); }

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

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

 a { background-color: rgb(58,35,112); }

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

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

 span { border-color: rgb(58,35,112); }

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