#380460

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

Shades of Christalle #380460

Tints of Christalle #380460

Color information

#380460 (or 0x380460) is unknown color: approx Christalle. HEX triplet: 38, 04 and 60. RGB value is (56,4,96). Sum of RGB (Red+Green+Blue) = 56+4+96=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #380460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380460 is #C7FB9F. Grayscale: #1D1D1D. Windows color (decimal): -13106080 or 6292536. OLE color: 6292536.

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

Color convert

RGB56496-
CMYK0.420.9600.62
HSL273.91º92%19.61%-
HSV(B)273.91º95.83%37.65%-
XYZ3.791.7711.21-
YUV30.04165.23146.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=35.90%
G=2.56%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal564960.420.9600.62273.919219.61
Hex384602A6003E1125c14
Octal7041405214007642213424
Binary111000100110000010101011000000111110100010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380460; }

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

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

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

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

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

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

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

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