#380960

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

Shades of Christalle #380960

Tints of Christalle #380960

Color information

#380960 (or 0x380960) is unknown color: approx Christalle. HEX triplet: 38, 09 and 60. RGB value is (56,9,96). Sum of RGB (Red+Green+Blue) = 56+9+96=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #380960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380960 is #C7F69F. Grayscale: #202020. Windows color (decimal): -13104800 or 6293816. OLE color: 6293816.

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

Color convert

RGB56996-
CMYK0.420.9100.62
HSL272.41º82.86%20.59%-
HSV(B)272.41º90.62%37.65%-
XYZ3.841.8811.23-
YUV32.97163.57144.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=34.78%
G=5.59%
B=59.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569960.420.9100.62272.4182.8620.59
Hex389602A5B03E1105315
Octal70111405213307642012325
Binary1110001001110000010101010110110111110100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380960; }

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

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

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

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

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

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

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

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