Html Css Color HEX #381F52 Jagger

📋 copy color: '#381F52'

red 56 ◦ green 31 ◦ blue 82

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

Shades of Jagger #381F52

Tints of Jagger #381F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.34%

 BLUE value IS 82 (32.42% from 255) = 48.52%

R = 33.14%
G = 18.34%
B = 48.52%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#381F52 (or 0x381F52) is known color: Jagger. HEX triplet: 38, 1F and 52. RGB value is (56,31,82). Sum of RGB (Red+Green+Blue) = 56+31+82=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #381F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F52 is #C7E0AD. Grayscale: #2C2C2C. Windows color (decimal): -13099182 or 5381944. OLE color: 5381944.

HSL color Cylindrical-coordinate representation of color #381F52: hue angle of 269.41º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381F52 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 31 82 -
CMYK 0.32 0.62 0 0.68
HSL 269.41º 0.45% 0.22% -
HSV(B) 269.41º 0.62% 0.32% -
XYZ 3.64 2.43 8.26 -
YUV 44.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 56 31 82 0.32 0.62 0 0.68 269.41 0.45 0.22
Hex 38 1F 52 20 3E 0 44 10D 2D 16
Octal 70 37 122 40 76 0 104 415 55 26
Binary 111000 11111 1010010 100000 111110 0 1000100 100001101 101101 10110

Color Harmonies of #381F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F52

Black with #381F52

Text Example


Text Example

White with #381F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,82); }

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

background-color css

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

 a { background-color: rgb(56,31,82); }

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

border-color css

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

 span { border-color: rgb(56,31,82); }

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