#382062

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

Shades of Christalle #382062

Tints of Christalle #382062

Color information

#382062 (or 0x382062) is unknown color: approx Christalle. HEX triplet: 38, 20 and 62. RGB value is (56,32,98). Sum of RGB (Red+Green+Blue) = 56+32+98=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #382062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382062 is #C7DF9D. Grayscale: #2E2E2E. Windows color (decimal): -13098910 or 6430776. OLE color: 6430776.

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

Color convert

RGB563298-
CMYK0.430.6700.62
HSL261.82º50.77%25.49%-
HSV(B)261.82º67.35%38.43%-
XYZ4.352.7611.86-
YUV46.7156.95134.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 32 (12.89% from 255) = 17.20%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=30.11%
G=17.20%
B=52.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5632980.430.6700.62261.8250.7725.49
Hex3820622B4303E1063319
Octal7040142531030764066331
Binary11100010000011000101010111000011011111010000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382062; }

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

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

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

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

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

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

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

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