#38165E

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

Shades of Christalle #38165E

Tints of Christalle #38165E

Color information

#38165E (or 0x38165E) is unknown color: approx Christalle. HEX triplet: 38, 16 and 5E. RGB value is (56,22,94). Sum of RGB (Red+Green+Blue) = 56+22+94=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #38165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38165E is #C7E9A1. Grayscale: #282828. Windows color (decimal): -13101474 or 6166072. OLE color: 6166072.

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

Color convert

RGB562294-
CMYK0.400.7700.63
HSL268.33º62.07%22.75%-
HSV(B)268.33º76.6%36.86%-
XYZ3.942.2210.81-
YUV40.37158.26139.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 94 (37.11% from 255) = 54.65%
R=32.56%
G=12.79%
B=54.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5622940.400.7700.63268.3362.0722.75
Hex38165E284D03F10c3e17
Octal7026136501150774147627
Binary1110001011010111101010001001101011111110000110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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