#380563

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

Shades of Christalle #380563

Tints of Christalle #380563

Color information

#380563 (or 0x380563) is unknown color: approx Christalle. HEX triplet: 38, 05 and 63. RGB value is (56,5,99). Sum of RGB (Red+Green+Blue) = 56+5+99=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #380563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380563 is #C7FA9C. Grayscale: #1E1E1E. Windows color (decimal): -13105821 or 6489400. OLE color: 6489400.

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

Color convert

RGB56599-
CMYK0.430.9500.61
HSL272.55º90.38%20.39%-
HSV(B)272.55º94.95%38.82%-
XYZ3.941.8511.95-
YUV30.96166.4145.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=35%
G=3.12%
B=61.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal565990.430.9500.61272.5590.3820.39
Hex385632B5F03D1115a14
Octal7051435313707542113224
Binary111000101110001110101110111110111101100010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380563; }

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

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

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

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

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

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

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

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