#382061

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

Shades of Christalle #382061

Tints of Christalle #382061

Color information

#382061 (or 0x382061) is unknown color: approx Christalle. HEX triplet: 38, 20 and 61. RGB value is (56,32,97). Sum of RGB (Red+Green+Blue) = 56+32+97=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #382061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382061 is #C7DF9E. Grayscale: #2E2E2E. Windows color (decimal): -13098911 or 6365240. OLE color: 6365240.

HSL color Cylindrical-coordinate representation of color #382061: hue angle of 262.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382061 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB563297-
CMYK0.420.6700.62
HSL262.15º50.39%25.29%-
HSV(B)262.15º67.01%38.04%-
XYZ4.312.7411.61-
YUV46.59156.45134.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=30.27%
G=17.30%
B=52.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5632970.420.6700.62262.1550.3925.29
Hex3820612A4303E1063219
Octal7040141521030764066231
Binary11100010000011000011010101000011011111010000011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382061; }

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

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

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

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

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

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

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

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