#381462

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

Shades of Christalle #381462

Tints of Christalle #381462

Color information

#381462 (or 0x381462) is unknown color: approx Christalle. HEX triplet: 38, 14 and 62. RGB value is (56,20,98). Sum of RGB (Red+Green+Blue) = 56+20+98=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #381462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381462 is #C7EB9D. Grayscale: #272727. Windows color (decimal): -13101982 or 6427704. OLE color: 6427704.

HSL color Cylindrical-coordinate representation of color #381462: hue angle of 267.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381462 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB562098-
CMYK0.430.8000.62
HSL267.69º66.1%23.14%-
HSV(B)267.69º79.59%38.43%-
XYZ4.092.2211.77-
YUV39.66160.93139.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=32.18%
G=11.49%
B=56.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5620980.430.8000.62267.6966.123.14
Hex3814622B5003E10c4217
Octal70241425312007641410227
Binary11100010100110001010101110100000111110100001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381462; }

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

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

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

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

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

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

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

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