#38165A

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

Shades of Christalle #38165A

Tints of Christalle #38165A

Color information

#38165A (or 0x38165A) is unknown color: approx Christalle. HEX triplet: 38, 16 and 5A. RGB value is (56,22,90). Sum of RGB (Red+Green+Blue) = 56+22+90=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #38165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38165A is #C7E9A5. Grayscale: #272727. Windows color (decimal): -13101478 or 5903928. OLE color: 5903928.

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

Color convert

RGB562290-
CMYK0.380.7600.65
HSL270º60.71%21.96%-
HSV(B)270º75.56%35.29%-
XYZ3.762.159.89-
YUV39.92156.26139.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=33.33%
G=13.10%
B=53.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5622900.380.7600.6527060.7121.96
Hex38165A264C04110e3d16
Octal70261324611401014167526
Binary11100010110101101010011010011000100000110000111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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