#380760

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

Shades of Christalle #380760

Tints of Christalle #380760

Color information

#380760 (or 0x380760) is unknown color: approx Christalle. HEX triplet: 38, 07 and 60. RGB value is (56,7,96). Sum of RGB (Red+Green+Blue) = 56+7+96=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #380760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380760 is #C7F89F. Grayscale: #1F1F1F. Windows color (decimal): -13105312 or 6293304. OLE color: 6293304.

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

Color convert

RGB56796-
CMYK0.420.9300.62
HSL273.03º86.41%20.2%-
HSV(B)273.03º92.71%37.65%-
XYZ3.821.8411.22-
YUV31.8164.23145.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=35.22%
G=4.40%
B=60.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal567960.420.9300.62273.0386.4120.2
Hex387602A5D03E1115614
Octal7071405213507642112624
Binary111000111110000010101010111010111110100010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380760; }

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

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

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

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

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

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

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

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