#38216B

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

Shades of Christalle #38216B

Tints of Christalle #38216B

Color information

#38216B (or 0x38216B) is unknown color: approx Christalle. HEX triplet: 38, 21 and 6B. RGB value is (56,33,107). Sum of RGB (Red+Green+Blue) = 56+33+107=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #38216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38216B is #C7DE94. Grayscale: #303030. Windows color (decimal): -13098645 or 7020856. OLE color: 7020856.

HSL color Cylindrical-coordinate representation of color #38216B: hue angle of 258.65º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38216B is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5633107-
CMYK0.480.6900.58
HSL258.65º52.86%27.45%-
HSV(B)258.65º69.16%41.96%-
XYZ4.832.9914.23-
YUV48.31161.12133.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=28.57%
G=16.84%
B=54.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56331070.480.6900.58258.6552.8627.45
Hex38216B304503A103351b
Octal7041153601050724036533
Binary11100010000111010111100001000101011101010000001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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