#381463

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

Shades of Christalle #381463

Tints of Christalle #381463

Color information

#381463 (or 0x381463) is unknown color: approx Christalle. HEX triplet: 38, 14 and 63. RGB value is (56,20,99). Sum of RGB (Red+Green+Blue) = 56+20+99=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #381463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381463 is #C7EB9C. Grayscale: #272727. Windows color (decimal): -13101981 or 6493240. OLE color: 6493240.

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

Color convert

RGB562099-
CMYK0.430.8000.61
HSL267.34º66.39%23.33%-
HSV(B)267.34º79.8%38.82%-
XYZ4.132.2412.02-
YUV39.77161.43139.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 99 (39.06% from 255) = 56.57%
R=32%
G=11.43%
B=56.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5620990.430.8000.61267.3466.3923.33
Hex3814632B5003D10b4217
Octal70241435312007541310227
Binary11100010100110001110101110100000111101100001011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381463; }

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

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

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

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

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

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

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

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