#38115E

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

Shades of Christalle #38115E

Tints of Christalle #38115E

Color information

#38115E (or 0x38115E) is unknown color: approx Christalle. HEX triplet: 38, 11 and 5E. RGB value is (56,17,94). Sum of RGB (Red+Green+Blue) = 56+17+94=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #38115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38115E is #C7EEA1. Grayscale: #252525. Windows color (decimal): -13102754 or 6164792. OLE color: 6164792.

HSL color Cylindrical-coordinate representation of color #38115E: hue angle of 270.39º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38115E is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB561794-
CMYK0.400.8200.63
HSL270.39º69.37%21.76%-
HSV(B)270.39º81.91%36.86%-
XYZ3.852.0510.78-
YUV37.44159.92141.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.53%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=33.53%
G=10.18%
B=56.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5617940.400.8200.63270.3969.3721.76
Hex38115E285203F10e4516
Octal70211365012207741610526
Binary11100010001101111010100010100100111111100001110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38115E; }

 p { color: rgb(56,17,94); }

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

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

 a { background-color: rgb(56,17,94); }

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

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

 span { border-color: rgb(56,17,94); }

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