#38055D

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

Shades of Christalle #38055D

Tints of Christalle #38055D

Color information

#38055D (or 0x38055D) is unknown color: approx Christalle. HEX triplet: 38, 05 and 5D. RGB value is (56,5,93). Sum of RGB (Red+Green+Blue) = 56+5+93=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #38055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38055D is #C7FAA2. Grayscale: #1D1D1D. Windows color (decimal): -13105827 or 6096184. OLE color: 6096184.

HSL color Cylindrical-coordinate representation of color #38055D: hue angle of 274.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38055D is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56593-
CMYK0.400.9500.64
HSL274.77º89.8%19.22%-
HSV(B)274.77º94.62%36.47%-
XYZ3.661.7410.5-
YUV30.28163.4146.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=36.36%
G=3.25%
B=60.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal565930.400.9500.64274.7789.819.22
Hex3855D285F0401135a13
Octal70513550137010042313223
Binary1110001011011101101000101111101000000100010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38055D; }

 p { color: rgb(56,5,93); }

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

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

 a { background-color: rgb(56,5,93); }

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

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

 span { border-color: rgb(56,5,93); }

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