#381E62

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

Shades of Christalle #381E62

Tints of Christalle #381E62

Color information

#381E62 (or 0x381E62) is unknown color: approx Christalle. HEX triplet: 38, 1E and 62. RGB value is (56,30,98). Sum of RGB (Red+Green+Blue) = 56+30+98=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #381E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E62 is #C7E19D. Grayscale: #2D2D2D. Windows color (decimal): -13099422 or 6430264. OLE color: 6430264.

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

Color convert

RGB563098-
CMYK0.430.6900.62
HSL262.94º53.12%25.1%-
HSV(B)262.94º69.39%38.43%-
XYZ4.32.6511.84-
YUV45.53157.61135.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=30.43%
G=16.30%
B=53.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5630980.430.6900.62262.9453.1225.1
Hex381E622B4503E1073519
Octal7036142531050764076531
Binary1110001111011000101010111000101011111010000011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E62; }

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

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

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

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

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

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

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

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