#380061

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

Shades of Christalle #380061

Tints of Christalle #380061

Color information

#380061 (or 0x380061) is unknown color: approx Christalle. HEX triplet: 38, 00 and 61. RGB value is (56,0,97). Sum of RGB (Red+Green+Blue) = 56+0+97=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #380061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380061 is #C7FF9E. Grayscale: #1B1B1B. Windows color (decimal): -13107103 or 6357048. OLE color: 6357048.

HSL color Cylindrical-coordinate representation of color #380061: hue angle of 274.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380061 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB56097-
CMYK0.42100.62
HSL274.64º100%19.02%-
HSV(B)274.64º100%38.04%-
XYZ3.791.711.44-
YUV27.8167.05148.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=36.60%
G=0%
B=63.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal560970.42100.62274.6410019.02
Hex380612A6403E1136413
Octal7001415214407642314423
Binary1110000110000110101011001000111110100010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380061; }

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

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

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

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

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

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

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

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