#380866

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

Shades of Christalle #380866

Tints of Christalle #380866

Color information

#380866 (or 0x380866) is unknown color: approx Christalle. HEX triplet: 38, 08 and 66. RGB value is (56,8,102). Sum of RGB (Red+Green+Blue) = 56+8+102=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #380866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380866 is #C7F799. Grayscale: #202020. Windows color (decimal): -13105050 or 6686776. OLE color: 6686776.

HSL color Cylindrical-coordinate representation of color #380866: hue angle of 270.64º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380866 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB568102-
CMYK0.450.9200.6
HSL270.64º85.45%21.57%-
HSV(B)270.64º92.16%40%-
XYZ4.121.9712.73-
YUV33.07166.9144.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.73%
GREEN value IS 8 (3.52% from 255) = 4.82%
BLUE value IS 102 (40.23% from 255) = 61.45%
R=33.73%
G=4.82%
B=61.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5681020.450.9200.6270.6485.4521.57
Hex388662D5C03C10f5516
Octal70101465513407441712526
Binary1110001000110011010110110111000111100100001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380866; }

 p { color: rgb(56,8,102); }

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

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

 a { background-color: rgb(56,8,102); }

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

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

 span { border-color: rgb(56,8,102); }

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