#382052

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

Shades of Christalle #382052

Tints of Christalle #382052

Color information

#382052 (or 0x382052) is unknown color: approx Christalle. HEX triplet: 38, 20 and 52. RGB value is (56,32,82). Sum of RGB (Red+Green+Blue) = 56+32+82=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #382052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382052 is #C7DFAD. Grayscale: #2C2C2C. Windows color (decimal): -13098926 or 5382200. OLE color: 5382200.

HSL color Cylindrical-coordinate representation of color #382052: hue angle of 268.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382052 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB563282-
CMYK0.320.6100.68
HSL268.8º43.86%22.35%-
HSV(B)268.8º60.98%32.16%-
XYZ3.672.488.27-
YUV44.88148.95135.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=32.94%
G=18.82%
B=48.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5632820.320.6100.68268.843.8622.35
Hex382052203D04410d2c16
Octal7040122407501044155426
Binary11100010000010100101000001111010100010010000110110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382052; }

 p { color: rgb(56,32,82); }

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

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

 a { background-color: rgb(56,32,82); }

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

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

 span { border-color: rgb(56,32,82); }

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