#380758

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

Shades of Christalle #380758

Tints of Christalle #380758

Color information

#380758 (or 0x380758) is unknown color: approx Christalle. HEX triplet: 38, 07 and 58. RGB value is (56,7,88). Sum of RGB (Red+Green+Blue) = 56+7+88=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #380758 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380758 is #C7F8A7. Grayscale: #1E1E1E. Windows color (decimal): -13105320 or 5769016. OLE color: 5769016.

HSL color Cylindrical-coordinate representation of color #380758: hue angle of 276.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380758 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56788-
CMYK0.360.9200.65
HSL276.3º85.26%18.63%-
HSV(B)276.3º92.05%34.51%-
XYZ3.471.79.38-
YUV30.88160.23145.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 88 (34.77% from 255) = 58.28%
R=37.09%
G=4.64%
B=58.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal567880.360.9200.65276.385.2618.63
Hex38758245C0411145513
Octal70713044134010142412523
Binary1110001111011000100100101110001000001100010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380758; }

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

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

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

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

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

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

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

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