#38166A

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

Shades of Christalle #38166A

Tints of Christalle #38166A

Color information

#38166A (or 0x38166A) is unknown color: approx Christalle. HEX triplet: 38, 16 and 6A. RGB value is (56,22,106). Sum of RGB (Red+Green+Blue) = 56+22+106=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #38166A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38166A is #C7E995. Grayscale: #292929. Windows color (decimal): -13101462 or 6952504. OLE color: 6952504.

HSL color Cylindrical-coordinate representation of color #38166A: hue angle of 264.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38166A is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5622106-
CMYK0.470.7900.58
HSL264.29º65.62%25.1%-
HSV(B)264.29º79.25%41.57%-
XYZ4.522.4613.87-
YUV41.74164.26138.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 106 (41.80% from 255) = 57.61%
R=30.43%
G=11.96%
B=57.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56221060.470.7900.58264.2965.6225.1
Hex38166A2F4F03A1084219
Octal70261525711707241010231
Binary11100010110110101010111110011110111010100001000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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