Html Css Color HEX #382052 Christalle

📋 copy color: '#382052'

red 56 ◦ green 32 ◦ blue 82

#382052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #382052

Tints of Christalle #382052

RGB

 RED value IS 56 (22.27% from 255) = 32.94%

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 32.94%
G = 18.82%
B = 48.24%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#382052 (or 0x382052) is known color: Christalle. HEX triplet: 38, 20 and 52. RGB value is (56,32,82). Sum of RGB (Red+Green+Blue) = 56+32+82=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 82 - color contains mainly: blue. Hex color #382052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382052 is #C7DFAD. Grayscale: #2C2C2C. Windows color (decimal): -13098926 or 5382200. OLE color: 5382200.

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

Color convert

RGB 56 32 82 -
CMYK 0.32 0.61 0 0.68
HSL 268.8º 0.44% 0.22% -
HSV(B) 268.8º 0.61% 0.32% -
XYZ 3.67 2.48 8.27 -
YUV 44.88 148.95 135.93 -
System Red Green Blue C M Y K H S L
Decimal 56 32 82 0.32 0.61 0 0.68 268.8 0.44 0.22
Hex 38 20 52 20 3D 0 44 10D 2C 16
Octal 70 40 122 40 75 0 104 415 54 26
Binary 111000 100000 1010010 100000 111101 0 1000100 100001101 101100 10110

Color Harmonies of #382052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382052

Black with #382052

Text Example


Text Example

White with #382052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382052; }

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

 H1.HeaderClassName
 {
   color: #382052;
 }
 .AnyTagClassName
 {
   color: #382052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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