#38215E

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

Shades of Christalle #38215E

Tints of Christalle #38215E

Color information

#38215E (or 0x38215E) is unknown color: approx Christalle. HEX triplet: 38, 21 and 5E. RGB value is (56,33,94). Sum of RGB (Red+Green+Blue) = 56+33+94=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #38215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38215E is #C7DEA1. Grayscale: #2E2E2E. Windows color (decimal): -13098658 or 6168888. OLE color: 6168888.

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

Color convert

RGB563394-
CMYK0.400.6500.63
HSL262.62º48.03%24.9%-
HSV(B)262.62º64.89%36.86%-
XYZ4.22.7410.9-
YUV46.83154.62134.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 94 (37.11% from 255) = 51.37%
R=30.60%
G=18.03%
B=51.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5633940.400.6500.63262.6248.0324.9
Hex38215E284103F1073019
Octal7041136501010774076031
Binary11100010000110111101010001000001011111110000011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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