#381860

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

Shades of Christalle #381860

Tints of Christalle #381860

Color information

#381860 (or 0x381860) is unknown color: approx Christalle. HEX triplet: 38, 18 and 60. RGB value is (56,24,96). Sum of RGB (Red+Green+Blue) = 56+24+96=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #381860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381860 is #C7E79F. Grayscale: #292929. Windows color (decimal): -13100960 or 6297656. OLE color: 6297656.

HSL color Cylindrical-coordinate representation of color #381860: hue angle of 266.67º 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 #381860 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB562496-
CMYK0.420.7500.62
HSL266.67º60%23.53%-
HSV(B)266.67º75%37.65%-
XYZ4.072.3411.3-
YUV41.78158.6138.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=31.82%
G=13.64%
B=54.55%

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
Decimal5624960.420.7500.62266.676023.53
Hex3818602A4B03E10b3c18
Octal7030140521130764137430
Binary1110001100011000001010101001011011111010000101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381860; }

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

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

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

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

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

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

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

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