#382262

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

Shades of Christalle #382262

Tints of Christalle #382262

Color information

#382262 (or 0x382262) is unknown color: approx Christalle. HEX triplet: 38, 22 and 62. RGB value is (56,34,98). Sum of RGB (Red+Green+Blue) = 56+34+98=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #382262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382262 is #C7DD9D. Grayscale: #2F2F2F. Windows color (decimal): -13098398 or 6431288. OLE color: 6431288.

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

Color convert

RGB563498-
CMYK0.430.6500.62
HSL260.62º48.48%25.88%-
HSV(B)260.62º65.31%38.43%-
XYZ4.412.8711.88-
YUV47.87156.29133.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.79%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=29.79%
G=18.09%
B=52.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5634980.430.6500.62260.6248.4825.88
Hex3822622B4103E105301a
Octal7042142531010764056032
Binary11100010001011000101010111000001011111010000010111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382262; }

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

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

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

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

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

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

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

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