#381968

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

Shades of Christalle #381968

Tints of Christalle #381968

Color information

#381968 (or 0x381968) is unknown color: approx Christalle. HEX triplet: 38, 19 and 68. RGB value is (56,25,104). Sum of RGB (Red+Green+Blue) = 56+25+104=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #381968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381968 is #C7E697. Grayscale: #2A2A2A. Windows color (decimal): -13100696 or 6822200. OLE color: 6822200.

HSL color Cylindrical-coordinate representation of color #381968: hue angle of 263.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381968 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5625104-
CMYK0.460.7600.59
HSL263.54º61.24%25.29%-
HSV(B)263.54º75.96%40.78%-
XYZ4.482.5413.35-
YUV43.28162.27137.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=30.27%
G=13.51%
B=56.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56251040.460.7600.59263.5461.2425.29
Hex3819682E4C03B1083d19
Octal7031150561140734107531
Binary1110001100111010001011101001100011101110000100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381968; }

 p { color: rgb(56,25,104); }

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

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

 a { background-color: rgb(56,25,104); }

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

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

 span { border-color: rgb(56,25,104); }

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