Html Css Color HEX #382059 Christalle

📋 copy color: '#382059'

red 56 ◦ green 32 ◦ blue 89

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

Shades of Christalle #382059

Tints of Christalle #382059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 50.28%

R = 31.64%
G = 18.08%
B = 50.28%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382059 (or 0x382059) is known color: Christalle. HEX triplet: 38, 20 and 59. RGB value is (56,32,89). Sum of RGB (Red+Green+Blue) = 56+32+89=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #382059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382059 is #C7DFA6. Grayscale: #2D2D2D. Windows color (decimal): -13098919 or 5840952. OLE color: 5840952.

HSL color Cylindrical-coordinate representation of color #382059: hue angle of 265.26º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382059 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 32 89 -
CMYK 0.37 0.64 0 0.65
HSL 265.26º 0.47% 0.24% -
HSV(B) 265.26º 0.64% 0.35% -
XYZ 3.95 2.6 9.74 -
YUV 45.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 56 32 89 0.37 0.64 0 0.65 265.26 0.47 0.24
Hex 38 20 59 25 40 0 41 109 2F 18
Octal 70 40 131 45 100 0 101 411 57 30
Binary 111000 100000 1011001 100101 1000000 0 1000001 100001001 101111 11000

Color Harmonies of #382059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382059

Black with #382059

Text Example


Text Example

White with #382059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382059; }

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

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

background-color css

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

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

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

border-color css

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

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

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