Html Css Color HEX #381950 Jagger

📋 copy color: '#381950'

red 56 ◦ green 25 ◦ blue 80

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

Shades of Jagger #381950

Tints of Jagger #381950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 80 (31.64% from 255) = 49.69%

R = 34.78%
G = 15.53%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381950 (or 0x381950) is known color: Jagger. HEX triplet: 38, 19 and 50. RGB value is (56,25,80). Sum of RGB (Red+Green+Blue) = 56+25+80=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #381950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381950 is #C7E6AF. Grayscale: #282828. Windows color (decimal): -13100720 or 5249336. OLE color: 5249336.

HSL color Cylindrical-coordinate representation of color #381950: hue angle of 273.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #381950 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 25 80 -
CMYK 0.30 0.69 0 0.69
HSL 273.82º 0.52% 0.21% -
HSV(B) 273.82º 0.69% 0.31% -
XYZ 3.43 2.12 7.82 -
YUV 40.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 56 25 80 0.30 0.69 0 0.69 273.82 0.52 0.21
Hex 38 19 50 1E 45 0 45 112 34 15
Octal 70 31 120 36 105 0 105 422 64 25
Binary 111000 11001 1010000 11110 1000101 0 1000101 100010010 110100 10101

Color Harmonies of #381950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381950

Black with #381950

Text Example


Text Example

White with #381950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381950; }

 p { color: rgb(56,25,80); }

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

background-color css

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

 a { background-color: rgb(56,25,80); }

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

border-color css

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

 span { border-color: rgb(56,25,80); }

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