Html Css Color HEX #381C59 Christalle

📋 copy color: '#381C59'

red 56 ◦ green 28 ◦ blue 89

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

Shades of Christalle #381C59

Tints of Christalle #381C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

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

R = 32.37%
G = 16.18%
B = 51.45%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#381C59 (or 0x381C59) is known color: Christalle. HEX triplet: 38, 1C and 59. RGB value is (56,28,89). Sum of RGB (Red+Green+Blue) = 56+28+89=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #381C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C59 is #C7E3A6. Grayscale: #2B2B2B. Windows color (decimal): -13099943 or 5839928. OLE color: 5839928.

HSL color Cylindrical-coordinate representation of color #381C59: hue angle of 267.54º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381C59 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 28 89 -
CMYK 0.37 0.69 0 0.65
HSL 267.54º 0.52% 0.23% -
HSV(B) 267.54º 0.69% 0.35% -
XYZ 3.85 2.39 9.71 -
YUV 43.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 56 28 89 0.37 0.69 0 0.65 267.54 0.52 0.23
Hex 38 1C 59 25 45 0 41 10C 34 17
Octal 70 34 131 45 105 0 101 414 64 27
Binary 111000 11100 1011001 100101 1000101 0 1000001 100001100 110100 10111

Color Harmonies of #381C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C59

Black with #381C59

Text Example


Text Example

White with #381C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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