#382561

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

Shades of Christalle #382561

Tints of Christalle #382561

Color information

#382561 (or 0x382561) is unknown color: approx Christalle. HEX triplet: 38, 25 and 61. RGB value is (56,37,97). Sum of RGB (Red+Green+Blue) = 56+37+97=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #382561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382561 is #C7DA9E. Grayscale: #313131. Windows color (decimal): -13097631 or 6366520. OLE color: 6366520.

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

Color convert

RGB563797-
CMYK0.420.6200.62
HSL259º44.78%26.27%-
HSV(B)259º61.86%38.04%-
XYZ4.453.0311.66-
YUV49.52154.79132.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=29.47%
G=19.47%
B=51.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5637970.420.6200.6225944.7826.27
Hex3825612A3E03E1032d1a
Octal704514152760764035532
Binary1110001001011100001101010111110011111010000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382561; }

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

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

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

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

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

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

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

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