#38065D

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

Shades of Christalle #38065D

Tints of Christalle #38065D

Color information

#38065D (or 0x38065D) is unknown color: approx Christalle. HEX triplet: 38, 06 and 5D. RGB value is (56,6,93). Sum of RGB (Red+Green+Blue) = 56+6+93=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #38065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38065D is #C7F9A2. Grayscale: #1E1E1E. Windows color (decimal): -13105571 or 6096440. OLE color: 6096440.

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

Color convert

RGB56693-
CMYK0.400.9400.64
HSL274.48º87.88%19.41%-
HSV(B)274.48º93.55%36.47%-
XYZ3.671.7610.5-
YUV30.87163.06145.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 93 (36.72% from 255) = 60%
R=36.13%
G=3.87%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal566930.400.9400.64274.4887.8819.41
Hex3865D285E0401125813
Octal70613550136010042213023
Binary1110001101011101101000101111001000000100010010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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