#381861

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

Shades of Christalle #381861

Tints of Christalle #381861

Color information

#381861 (or 0x381861) is unknown color: approx Christalle. HEX triplet: 38, 18 and 61. RGB value is (56,24,97). Sum of RGB (Red+Green+Blue) = 56+24+97=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #381861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381861 is #C7E79E. Grayscale: #292929. Windows color (decimal): -13100959 or 6363192. OLE color: 6363192.

HSL color Cylindrical-coordinate representation of color #381861: hue angle of 266.3º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381861 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB562497-
CMYK0.420.7500.62
HSL266.3º60.33%23.73%-
HSV(B)266.3º75.26%38.04%-
XYZ4.122.3611.55-
YUV41.89159.1138.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=31.64%
G=13.56%
B=54.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5624970.420.7500.62266.360.3323.73
Hex3818612A4B03E10a3c18
Octal7030141521130764127430
Binary1110001100011000011010101001011011111010000101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381861; }

 p { color: rgb(56,24,97); }

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

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

 a { background-color: rgb(56,24,97); }

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

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

 span { border-color: rgb(56,24,97); }

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