#381055

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

Shades of Christalle #381055

Tints of Christalle #381055

Color information

#381055 (or 0x381055) is unknown color: approx Christalle. HEX triplet: 38, 10 and 55. RGB value is (56,16,85). Sum of RGB (Red+Green+Blue) = 56+16+85=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #381055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381055 is #C7EFAA. Grayscale: #232323. Windows color (decimal): -13103019 or 5574712. OLE color: 5574712.

HSL color Cylindrical-coordinate representation of color #381055: hue angle of 274.78º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381055 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB561685-
CMYK0.340.8100.67
HSL274.78º68.32%19.8%-
HSV(B)274.78º81.18%33.33%-
XYZ3.461.878.77-
YUV35.83155.75142.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=35.67%
G=10.19%
B=54.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5616850.340.8100.67274.7868.3219.8
Hex38105522510431134414
Octal702012542121010342310424
Binary111000100001010101100010101000101000011100010011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381055; }

 p { color: rgb(56,16,85); }

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

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

 a { background-color: rgb(56,16,85); }

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

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

 span { border-color: rgb(56,16,85); }

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