#381357

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

Shades of Christalle #381357

Tints of Christalle #381357

Color information

#381357 (or 0x381357) is unknown color: approx Christalle. HEX triplet: 38, 13 and 57. RGB value is (56,19,87). Sum of RGB (Red+Green+Blue) = 56+19+87=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #381357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381357 is #C7ECA8. Grayscale: #252525. Windows color (decimal): -13102249 or 5706552. OLE color: 5706552.

HSL color Cylindrical-coordinate representation of color #381357: hue angle of 272.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381357 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB561987-
CMYK0.360.7800.66
HSL272.65º64.15%20.78%-
HSV(B)272.65º78.16%34.12%-
XYZ3.581.999.21-
YUV37.82155.76140.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 87 (34.38% from 255) = 53.70%
R=34.57%
G=11.73%
B=53.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5619870.360.7800.66272.6564.1520.78
Hex381357244E0421114015
Octal702312744116010242110025
Binary111000100111010111100100100111001000010100010001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381357; }

 p { color: rgb(56,19,87); }

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

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

 a { background-color: rgb(56,19,87); }

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

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

 span { border-color: rgb(56,19,87); }

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