#38146B

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

Shades of Christalle #38146B

Tints of Christalle #38146B

Color information

#38146B (or 0x38146B) is unknown color: approx Christalle. HEX triplet: 38, 14 and 6B. RGB value is (56,20,107). Sum of RGB (Red+Green+Blue) = 56+20+107=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #38146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38146B is #C7EB94. Grayscale: #282828. Windows color (decimal): -13101973 or 7017528. OLE color: 7017528.

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

Color convert

RGB5620107-
CMYK0.480.8100.58
HSL264.83º68.5%24.9%-
HSV(B)264.83º81.31%41.96%-
XYZ4.532.414.13-
YUV40.68165.43138.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=30.60%
G=10.93%
B=58.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56201070.480.8100.58264.8368.524.9
Hex38146B305103A1094519
Octal70241536012107241110531
Binary11100010100110101111000010100010111010100001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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