#382463

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

Shades of Christalle #382463

Tints of Christalle #382463

Color information

#382463 (or 0x382463) is unknown color: approx Christalle. HEX triplet: 38, 24 and 63. RGB value is (56,36,99). Sum of RGB (Red+Green+Blue) = 56+36+99=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #382463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382463 is #C7DB9C. Grayscale: #303030. Windows color (decimal): -13097885 or 6497336. OLE color: 6497336.

HSL color Cylindrical-coordinate representation of color #382463: hue angle of 259.05º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382463 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB563699-
CMYK0.430.6400.61
HSL259.05º46.67%26.47%-
HSV(B)259.05º63.64%38.82%-
XYZ4.51312.15-
YUV49.16156.13132.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=29.32%
G=18.85%
B=51.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5636990.430.6400.61259.0546.6726.47
Hex3824632B4003D1032f1a
Octal7044143531000754035732
Binary11100010010011000111010111000000011110110000001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382463; }

 p { color: rgb(56,36,99); }

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

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

 a { background-color: rgb(56,36,99); }

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

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

 span { border-color: rgb(56,36,99); }

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