Html Css Color HEX #381557 Christalle

📋 copy color: '#381557'

red 56 ◦ green 21 ◦ blue 87

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

Shades of Christalle #381557

Tints of Christalle #381557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.05%

R = 34.15%
G = 12.8%
B = 53.05%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#381557 (or 0x381557) is known color: Christalle. HEX triplet: 38, 15 and 57. RGB value is (56,21,87). Sum of RGB (Red+Green+Blue) = 56+21+87=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #381557 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381557 is #C7EAA8. Grayscale: #262626. Windows color (decimal): -13101737 or 5707064. OLE color: 5707064.

HSL color Cylindrical-coordinate representation of color #381557: hue angle of 271.82º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381557 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 21 87 -
CMYK 0.36 0.76 0 0.66
HSL 271.82º 0.61% 0.21% -
HSV(B) 271.82º 0.76% 0.34% -
XYZ 3.62 2.07 9.22 -
YUV 38.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 56 21 87 0.36 0.76 0 0.66 271.82 0.61 0.21
Hex 38 15 57 24 4C 0 42 110 3D 15
Octal 70 25 127 44 114 0 102 420 75 25
Binary 111000 10101 1010111 100100 1001100 0 1000010 100010000 111101 10101

Color Harmonies of #381557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381557

Black with #381557

Text Example


Text Example

White with #381557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381557; }

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

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

background-color css

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

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

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

border-color css

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

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

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