#38115A

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

Shades of Christalle #38115A

Tints of Christalle #38115A

Color information

#38115A (or 0x38115A) is unknown color: approx Christalle. HEX triplet: 38, 11 and 5A. RGB value is (56,17,90). Sum of RGB (Red+Green+Blue) = 56+17+90=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #38115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38115A is #C7EEA5. Grayscale: #242424. Windows color (decimal): -13102758 or 5902648. OLE color: 5902648.

HSL color Cylindrical-coordinate representation of color #38115A: hue angle of 272.05º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38115A is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB561790-
CMYK0.380.8100.65
HSL272.05º68.22%20.98%-
HSV(B)272.05º81.11%35.29%-
XYZ3.681.989.86-
YUV36.98157.92141.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=34.36%
G=10.43%
B=55.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5617900.380.8100.65272.0568.2220.98
Hex38115A26510411104415
Octal702113246121010142010425
Binary111000100011011010100110101000101000001100010000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38115A; }

 p { color: rgb(56,17,90); }

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

<style>
 a { background-color: #38115A; }

 a { background-color: rgb(56,17,90); }

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

<style>
 span { border-color: #38115A; }

 span { border-color: rgb(56,17,90); }

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