#380463

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

Shades of Christalle #380463

Tints of Christalle #380463

Color information

#380463 (or 0x380463) is unknown color: approx Christalle. HEX triplet: 38, 04 and 63. RGB value is (56,4,99). Sum of RGB (Red+Green+Blue) = 56+4+99=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #380463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380463 is #C7FB9C. Grayscale: #1E1E1E. Windows color (decimal): -13106077 or 6489144. OLE color: 6489144.

HSL color Cylindrical-coordinate representation of color #380463: hue angle of 272.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380463 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB56499-
CMYK0.430.9600.61
HSL272.84º92.23%20.2%-
HSV(B)272.84º95.96%38.82%-
XYZ3.931.8311.95-
YUV30.38166.73146.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=35.22%
G=2.52%
B=62.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal564990.430.9600.61272.8492.2320.2
Hex384632B6003D1115c14
Octal7041435314007542113424
Binary111000100110001110101111000000111101100010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380463; }

 p { color: rgb(56,4,99); }

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

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

 a { background-color: rgb(56,4,99); }

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

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

 span { border-color: rgb(56,4,99); }

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