Html Css Color HEX #381751 Jagger

📋 copy color: '#381751'

red 56 ◦ green 23 ◦ blue 81

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

Shades of Jagger #381751

Tints of Jagger #381751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 81 (32.03% from 255) = 50.63%

R = 35%
G = 14.38%
B = 50.63%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381751 (or 0x381751) is known color: Jagger. HEX triplet: 38, 17 and 51. RGB value is (56,23,81). Sum of RGB (Red+Green+Blue) = 56+23+81=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #381751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381751 is #C7E8AE. Grayscale: #272727. Windows color (decimal): -13101231 or 5314360. OLE color: 5314360.

HSL color Cylindrical-coordinate representation of color #381751: hue angle of 274.14º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #381751 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 23 81 -
CMYK 0.31 0.72 0 0.68
HSL 274.14º 0.56% 0.2% -
HSV(B) 274.14º 0.72% 0.32% -
XYZ 3.42 2.05 8 -
YUV 39.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 56 23 81 0.31 0.72 0 0.68 274.14 0.56 0.2
Hex 38 17 51 1F 48 0 44 112 38 14
Octal 70 27 121 37 110 0 104 422 70 24
Binary 111000 10111 1010001 11111 1001000 0 1000100 100010010 111000 10100

Color Harmonies of #381751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381751

Black with #381751

Text Example


Text Example

White with #381751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381751; }

 p { color: rgb(56,23,81); }

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

background-color css

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

 a { background-color: rgb(56,23,81); }

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

border-color css

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

 span { border-color: rgb(56,23,81); }

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