#381752

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

Shades of Christalle #381752

Tints of Christalle #381752

Color information

#381752 (or 0x381752) is unknown color: approx Christalle. HEX triplet: 38, 17 and 52. RGB value is (56,23,82). Sum of RGB (Red+Green+Blue) = 56+23+82=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #381752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381752 is #C7E8AD. Grayscale: #272727. Windows color (decimal): -13101230 or 5379896. OLE color: 5379896.

HSL color Cylindrical-coordinate representation of color #381752: hue angle of 273.56º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381752 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB562382-
CMYK0.320.7200.68
HSL273.56º56.19%20.59%-
HSV(B)273.56º71.95%32.16%-
XYZ3.462.068.2-
YUV39.59151.93139.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=34.78%
G=14.29%
B=50.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5623820.320.7200.68273.5656.1920.59
Hex38175220480441123815
Octal70271224011001044227025
Binary11100010111101001010000010010000100010010001001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381752; }

 p { color: rgb(56,23,82); }

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

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

 a { background-color: rgb(56,23,82); }

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

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

 span { border-color: rgb(56,23,82); }

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