#382169

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

Shades of Christalle #382169

Tints of Christalle #382169

Color information

#382169 (or 0x382169) is unknown color: approx Christalle. HEX triplet: 38, 21 and 69. RGB value is (56,33,105). Sum of RGB (Red+Green+Blue) = 56+33+105=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #382169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382169 is #C7DE96. Grayscale: #2F2F2F. Windows color (decimal): -13098647 or 6889784. OLE color: 6889784.

HSL color Cylindrical-coordinate representation of color #382169: hue angle of 259.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #382169 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5633105-
CMYK0.470.6900.59
HSL259.17º52.17%27.06%-
HSV(B)259.17º68.57%41.18%-
XYZ4.722.9513.68-
YUV48.08160.12133.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 105 (41.41% from 255) = 54.12%
R=28.87%
G=17.01%
B=54.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56331050.470.6900.59259.1752.1727.06
Hex3821692F4503B103341b
Octal7041151571050734036433
Binary11100010000111010011011111000101011101110000001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382169; }

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

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

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

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

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

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

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

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