#380962

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

Shades of Christalle #380962

Tints of Christalle #380962

Color information

#380962 (or 0x380962) is unknown color: approx Christalle. HEX triplet: 38, 09 and 62. RGB value is (56,9,98). Sum of RGB (Red+Green+Blue) = 56+9+98=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #380962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380962 is #C7F69D. Grayscale: #202020. Windows color (decimal): -13104798 or 6424888. OLE color: 6424888.

HSL color Cylindrical-coordinate representation of color #380962: hue angle of 271.69º 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 #380962 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB56998-
CMYK0.430.9100.62
HSL271.69º83.18%20.98%-
HSV(B)271.69º90.82%38.43%-
XYZ3.931.9211.72-
YUV33.2164.57144.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.36%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=34.36%
G=5.52%
B=60.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569980.430.9100.62271.6983.1820.98
Hex389622B5B03E1105315
Octal70111425313307642012325
Binary1110001001110001010101110110110111110100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380962; }

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

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

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

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

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

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

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

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