Html Css Color HEX #382C5D Jacarta

📋 copy color: '#382C5D'

red 56 ◦ green 44 ◦ blue 93

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

Shades of Jacarta #382C5D

Tints of Jacarta #382C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.8%

 BLUE value IS 93 (36.72% from 255) = 48.19%

R = 29.02%
G = 22.8%
B = 48.19%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#382C5D (or 0x382C5D) is known color: Jacarta. HEX triplet: 38, 2C and 5D. RGB value is (56,44,93). Sum of RGB (Red+Green+Blue) = 56+44+93=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #382C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C5D is #C7D3A2. Grayscale: #343434. Windows color (decimal): -13095843 or 6106168. OLE color: 6106168.

HSL color Cylindrical-coordinate representation of color #382C5D: hue angle of 254.69º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382C5D is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 44 93 -
CMYK 0.40 0.53 0 0.64
HSL 254.69º 0.36% 0.27% -
HSV(B) 254.69º 0.53% 0.36% -
XYZ 4.51 3.43 10.78 -
YUV 53.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 56 44 93 0.40 0.53 0 0.64 254.69 0.36 0.27
Hex 38 2C 5D 28 35 0 40 FF 24 1B
Octal 70 54 135 50 65 0 100 377 44 33
Binary 111000 101100 1011101 101000 110101 0 1000000 11111111 100100 11011

Color Harmonies of #382C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C5D

Black with #382C5D

Text Example


Text Example

White with #382C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C5D; }

 p { color: rgb(56,44,93); }

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

background-color css

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

 a { background-color: rgb(56,44,93); }

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

border-color css

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

 span { border-color: rgb(56,44,93); }

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