#382161

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

Shades of Christalle #382161

Tints of Christalle #382161

Color information

#382161 (or 0x382161) is unknown color: approx Christalle. HEX triplet: 38, 21 and 61. RGB value is (56,33,97). Sum of RGB (Red+Green+Blue) = 56+33+97=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #382161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382161 is #C7DE9E. Grayscale: #2E2E2E. Windows color (decimal): -13098655 or 6365496. OLE color: 6365496.

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

Color convert

RGB563397-
CMYK0.420.6600.62
HSL261.56º49.23%25.49%-
HSV(B)261.56º65.98%38.04%-
XYZ4.332.7911.62-
YUV47.17156.12134.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=30.11%
G=17.74%
B=52.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5633970.420.6600.62261.5649.2325.49
Hex3821612A4203E1063119
Octal7041141521020764066131
Binary11100010000111000011010101000010011111010000011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382161; }

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

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

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

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

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

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

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

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