#382071

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

Shades of Christalle #382071

Tints of Christalle #382071

Color information

#382071 (or 0x382071) is unknown color: approx Christalle. HEX triplet: 38, 20 and 71. RGB value is (56,32,113). Sum of RGB (Red+Green+Blue) = 56+32+113=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #382071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382071 is #C7DF8E. Grayscale: #303030. Windows color (decimal): -13098895 or 7413816. OLE color: 7413816.

HSL color Cylindrical-coordinate representation of color #382071: hue angle of 257.78º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #382071 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5632113-
CMYK0.500.7200.56
HSL257.78º55.86%28.43%-
HSV(B)257.78º71.68%44.31%-
XYZ5.133.0715.94-
YUV48.41164.45133.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=27.86%
G=15.92%
B=56.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56321130.500.7200.56257.7855.8628.43
Hex3820713248038102381c
Octal7040161621100704027034
Binary11100010000011100011100101001000011100010000001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382071; }

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

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

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

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

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

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

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

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