#381D70

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

Shades of Christalle #381D70

Tints of Christalle #381D70

Color information

#381D70 (or 0x381D70) is unknown color: approx Christalle. HEX triplet: 38, 1D and 70. RGB value is (56,29,112). Sum of RGB (Red+Green+Blue) = 56+29+112=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #381D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D70 is #C7E28F. Grayscale: #2E2E2E. Windows color (decimal): -13099664 or 7347512. OLE color: 7347512.

HSL color Cylindrical-coordinate representation of color #381D70: hue angle of 259.52º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #381D70 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5629112-
CMYK0.500.7400.56
HSL259.52º58.87%27.65%-
HSV(B)259.52º74.11%43.92%-
XYZ4.992.8915.62-
YUV46.54164.95134.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=28.43%
G=14.72%
B=56.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56291120.500.7400.56259.5258.8727.65
Hex381D70324A0381043b1c
Octal7035160621120704047334
Binary1110001110111100001100101001010011100010000010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D70; }

 p { color: rgb(56,29,112); }

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

<style>
 a { background-color: #381D70; }

 a { background-color: rgb(56,29,112); }

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

<style>
 span { border-color: #381D70; }

 span { border-color: rgb(56,29,112); }

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