Html Css Color HEX #382050 Jagger

📋 copy color: '#382050'

red 56 ◦ green 32 ◦ blue 80

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

Shades of Jagger #382050

Tints of Jagger #382050

RGB

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

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

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

R = 33.33%
G = 19.05%
B = 47.62%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#382050 (or 0x382050) is known color: Jagger. HEX triplet: 38, 20 and 50. RGB value is (56,32,80). Sum of RGB (Red+Green+Blue) = 56+32+80=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #382050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382050 is #C7DFAF. Grayscale: #2C2C2C. Windows color (decimal): -13098928 or 5251128. OLE color: 5251128.

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

Color convert

RGB 56 32 80 -
CMYK 0.30 0.60 0 0.69
HSL 270º 0.43% 0.22% -
HSV(B) 270º 0.6% 0.31% -
XYZ 3.6 2.45 7.87 -
YUV 44.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 56 32 80 0.30 0.60 0 0.69 270 0.43 0.22
Hex 38 20 50 1E 3C 0 45 10E 2B 16
Octal 70 40 120 36 74 0 105 416 53 26
Binary 111000 100000 1010000 11110 111100 0 1000101 100001110 101011 10110

Color Harmonies of #382050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382050

Black with #382050

Text Example


Text Example

White with #382050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382050; }

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

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

background-color css

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

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

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

border-color css

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

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

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