Html Css Color HEX #381E4E Jagger

📋 copy color: '#381E4E'

red 56 ◦ green 30 ◦ blue 78

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

Shades of Jagger #381E4E

Tints of Jagger #381E4E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.29%

 BLUE value IS 78 (30.86% from 255) = 47.56%

R = 34.15%
G = 18.29%
B = 47.56%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#381E4E (or 0x381E4E) is known color: Jagger. HEX triplet: 38, 1E and 4E. RGB value is (56,30,78). Sum of RGB (Red+Green+Blue) = 56+30+78=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #381E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381E4E is #C7E1B1. Grayscale: #2B2B2B. Windows color (decimal): -13099442 or 5119544. OLE color: 5119544.

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

Color convert

RGB 56 30 78 -
CMYK 0.28 0.62 0 0.69
HSL 272.5º 0.44% 0.21% -
HSV(B) 272.5º 0.62% 0.31% -
XYZ 3.47 2.32 7.47 -
YUV 43.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 56 30 78 0.28 0.62 0 0.69 272.5 0.44 0.21
Hex 38 1E 4E 1C 3E 0 45 110 2C 15
Octal 70 36 116 34 76 0 105 420 54 25
Binary 111000 11110 1001110 11100 111110 0 1000101 100010000 101100 10101

Color Harmonies of #381E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E4E

Black with #381E4E

Text Example


Text Example

White with #381E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,78); }

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

background-color css

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

 a { background-color: rgb(56,30,78); }

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

border-color css

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

 span { border-color: rgb(56,30,78); }

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