#380862

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

Shades of Christalle #380862

Tints of Christalle #380862

Color information

#380862 (or 0x380862) is unknown color: approx Christalle. HEX triplet: 38, 08 and 62. RGB value is (56,8,98). Sum of RGB (Red+Green+Blue) = 56+8+98=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #380862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380862 is #C7F79D. Grayscale: #202020. Windows color (decimal): -13105054 or 6424632. OLE color: 6424632.

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

Color convert

RGB56898-
CMYK0.430.9200.62
HSL272º84.91%20.78%-
HSV(B)272º91.84%38.43%-
XYZ3.921.911.71-
YUV32.61164.9144.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 98 (38.67% from 255) = 60.49%
R=34.57%
G=4.94%
B=60.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal568980.430.9200.6227284.9120.78
Hex388622B5C03E1105515
Octal70101425313407642012525
Binary1110001000110001010101110111000111110100010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380862; }

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

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

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

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

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

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

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

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