Html Css Color HEX #383160 Jacarta

📋 copy color: '#383160'

red 56 ◦ green 49 ◦ blue 96

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

Shades of Jacarta #383160

Tints of Jacarta #383160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 27.86%
G = 24.38%
B = 47.76%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383160 (or 0x383160) is known color: Jacarta. HEX triplet: 38, 31 and 60. RGB value is (56,49,96). Sum of RGB (Red+Green+Blue) = 56+49+96=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #383160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383160 is #C7CE9F. Grayscale: #383838. Windows color (decimal): -13094560 or 6304056. OLE color: 6304056.

HSL color Cylindrical-coordinate representation of color #383160: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #383160 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 49 96 -
CMYK 0.42 0.49 0 0.62
HSL 248.94º 0.32% 0.28% -
HSV(B) 248.94º 0.49% 0.38% -
XYZ 4.84 3.88 11.56 -
YUV 56.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 56 49 96 0.42 0.49 0 0.62 248.94 0.32 0.28
Hex 38 31 60 2A 31 0 3E F9 20 1C
Octal 70 61 140 52 61 0 76 371 40 34
Binary 111000 110001 1100000 101010 110001 0 111110 11111001 100000 11100

Color Harmonies of #383160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383160

Black with #383160

Text Example


Text Example

White with #383160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383160; }

 p { color: rgb(56,49,96); }

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

background-color css

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

 a { background-color: rgb(56,49,96); }

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

border-color css

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

 span { border-color: rgb(56,49,96); }

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