#380562

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

Shades of Christalle #380562

Tints of Christalle #380562

Color information

#380562 (or 0x380562) is unknown color: approx Christalle. HEX triplet: 38, 05 and 62. RGB value is (56,5,98). Sum of RGB (Red+Green+Blue) = 56+5+98=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #380562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380562 is #C7FA9D. Grayscale: #1E1E1E. Windows color (decimal): -13105822 or 6423864. OLE color: 6423864.

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

Color convert

RGB56598-
CMYK0.430.9500.62
HSL272.9º90.29%20.2%-
HSV(B)272.9º94.9%38.43%-
XYZ3.891.8311.7-
YUV30.85165.9145.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=35.22%
G=3.14%
B=61.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal565980.430.9500.62272.990.2920.2
Hex385622B5F03E1115a14
Octal7051425313707642113224
Binary111000101110001010101110111110111110100010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380562; }

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

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

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

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

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

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

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

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