Html Css Color HEX #381561 Christalle

📋 copy color: '#381561'

red 56 ◦ green 21 ◦ blue 97

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

Shades of Christalle #381561

Tints of Christalle #381561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 97 (38.28% from 255) = 55.75%

R = 32.18%
G = 12.07%
B = 55.75%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#381561 (or 0x381561) is known color: Christalle. HEX triplet: 38, 15 and 61. RGB value is (56,21,97). Sum of RGB (Red+Green+Blue) = 56+21+97=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #381561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381561 is #C7EA9E. Grayscale: #272727. Windows color (decimal): -13101727 or 6362424. OLE color: 6362424.

HSL color Cylindrical-coordinate representation of color #381561: hue angle of 267.63º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381561 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 21 97 -
CMYK 0.42 0.78 0 0.62
HSL 267.63º 0.64% 0.23% -
HSV(B) 267.63º 0.78% 0.38% -
XYZ 4.06 2.24 11.53 -
YUV 40.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 56 21 97 0.42 0.78 0 0.62 267.63 0.64 0.23
Hex 38 15 61 2A 4E 0 3E 10C 40 17
Octal 70 25 141 52 116 0 76 414 100 27
Binary 111000 10101 1100001 101010 1001110 0 111110 100001100 1000000 10111

Color Harmonies of #381561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381561

Black with #381561

Text Example


Text Example

White with #381561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381561; }

 p { color: rgb(56,21,97); }

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

background-color css

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

 a { background-color: rgb(56,21,97); }

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

border-color css

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

 span { border-color: rgb(56,21,97); }

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