#38085D

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

Shades of Christalle #38085D

Tints of Christalle #38085D

Color information

#38085D (or 0x38085D) is unknown color: approx Christalle. HEX triplet: 38, 08 and 5D. RGB value is (56,8,93). Sum of RGB (Red+Green+Blue) = 56+8+93=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #38085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38085D is #C7F7A2. Grayscale: #1F1F1F. Windows color (decimal): -13105059 or 6096952. OLE color: 6096952.

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

Color convert

RGB56893-
CMYK0.400.9100.64
HSL273.88º84.16%19.8%-
HSV(B)273.88º91.4%36.47%-
XYZ3.691.810.51-
YUV32.04162.4145.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 93 (36.72% from 255) = 59.24%
R=35.67%
G=5.10%
B=59.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal568930.400.9100.64273.8884.1619.8
Hex3885D285B0401125414
Octal701013550133010042212424
Binary11100010001011101101000101101101000000100010010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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