#380961

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

Shades of Christalle #380961

Tints of Christalle #380961

Color information

#380961 (or 0x380961) is unknown color: approx Christalle. HEX triplet: 38, 09 and 61. RGB value is (56,9,97). Sum of RGB (Red+Green+Blue) = 56+9+97=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #380961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380961 is #C7F69E. Grayscale: #202020. Windows color (decimal): -13104799 or 6359352. OLE color: 6359352.

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

Color convert

RGB56997-
CMYK0.420.9100.62
HSL272.05º83.02%20.78%-
HSV(B)272.05º90.72%38.04%-
XYZ3.891.911.47-
YUV33.08164.07144.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.57%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=34.57%
G=5.56%
B=59.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal569970.420.9100.62272.0583.0220.78
Hex389612A5B03E1105315
Octal70111415213307642012325
Binary1110001001110000110101010110110111110100010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380961; }

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

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

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

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

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

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

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

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