#38156B

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

Shades of Christalle #38156B

Tints of Christalle #38156B

Color information

#38156B (or 0x38156B) is unknown color: approx Christalle. HEX triplet: 38, 15 and 6B. RGB value is (56,21,107). Sum of RGB (Red+Green+Blue) = 56+21+107=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #38156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38156B is #C7EA94. Grayscale: #282828. Windows color (decimal): -13101717 or 7017784. OLE color: 7017784.

HSL color Cylindrical-coordinate representation of color #38156B: hue angle of 264.42º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38156B is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5621107-
CMYK0.480.8000.58
HSL264.42º67.19%25.1%-
HSV(B)264.42º80.37%41.96%-
XYZ4.552.4414.14-
YUV41.27165.1138.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 21 (8.59% from 255) = 11.41%
BLUE value IS 107 (42.19% from 255) = 58.15%
R=30.43%
G=11.41%
B=58.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56211070.480.8000.58264.4267.1925.1
Hex38156B305003A1084319
Octal70251536012007241010331
Binary11100010101110101111000010100000111010100001000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38156B; }

 p { color: rgb(56,21,107); }

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

<style>
 a { background-color: #38156B; }

 a { background-color: rgb(56,21,107); }

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

<style>
 span { border-color: #38156B; }

 span { border-color: rgb(56,21,107); }

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