#381F63

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

Shades of Christalle #381F63

Tints of Christalle #381F63

Color information

#381F63 (or 0x381F63) is unknown color: approx Christalle. HEX triplet: 38, 1F and 63. RGB value is (56,31,99). Sum of RGB (Red+Green+Blue) = 56+31+99=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #381F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F63 is #C7E09C. Grayscale: #2D2D2D. Windows color (decimal): -13099165 or 6496056. OLE color: 6496056.

HSL color Cylindrical-coordinate representation of color #381F63: hue angle of 262.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381F63 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB563199-
CMYK0.430.6900.61
HSL262.06º52.31%25.49%-
HSV(B)262.06º68.69%38.82%-
XYZ4.372.7212.1-
YUV46.23157.78134.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 31 (12.5% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=30.11%
G=16.67%
B=53.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5631990.430.6900.61262.0652.3125.49
Hex381F632B4503D1063419
Octal7037143531050754066431
Binary1110001111111000111010111000101011110110000011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F63; }

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

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

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

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

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

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

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

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