#381559

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

Shades of Christalle #381559

Tints of Christalle #381559

Color information

#381559 (or 0x381559) is unknown color: approx Christalle. HEX triplet: 38, 15 and 59. RGB value is (56,21,89). Sum of RGB (Red+Green+Blue) = 56+21+89=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #381559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381559 is #C7EAA6. Grayscale: #262626. Windows color (decimal): -13101735 or 5838136. OLE color: 5838136.

HSL color Cylindrical-coordinate representation of color #381559: hue angle of 270.88º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381559 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB562189-
CMYK0.370.7600.65
HSL270.88º61.82%21.57%-
HSV(B)270.88º76.4%34.9%-
XYZ3.72.19.66-
YUV39.22156.1139.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=33.73%
G=12.65%
B=53.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5621890.370.7600.65270.8861.8221.57
Hex381559254C04110f3e16
Octal70251314511401014177626
Binary11100010101101100110010110011000100000110000111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381559; }

 p { color: rgb(56,21,89); }

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

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

 a { background-color: rgb(56,21,89); }

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

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

 span { border-color: rgb(56,21,89); }

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