#381255

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

Shades of Christalle #381255

Tints of Christalle #381255

Color information

#381255 (or 0x381255) is unknown color: approx Christalle. HEX triplet: 38, 12 and 55. RGB value is (56,18,85). Sum of RGB (Red+Green+Blue) = 56+18+85=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #381255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381255 is #C7EDAA. Grayscale: #242424. Windows color (decimal): -13102507 or 5575224. OLE color: 5575224.

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

Color convert

RGB561885-
CMYK0.340.7900.67
HSL274.03º65.05%20.2%-
HSV(B)274.03º78.82%33.33%-
XYZ3.491.938.78-
YUV37155.09141.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=35.22%
G=11.32%
B=53.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5618850.340.7900.67274.0365.0520.2
Hex381255224F0431124114
Octal702212542117010342210124
Binary111000100101010101100010100111101000011100010010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381255; }

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

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

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

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

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

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

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

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