Html Css Color HEX #382A5D Jacarta

📋 copy color: '#382A5D'

red 56 ◦ green 42 ◦ blue 93

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

Shades of Jacarta #382A5D

Tints of Jacarta #382A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.99%

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

R = 29.32%
G = 21.99%
B = 48.69%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#382A5D (or 0x382A5D) is known color: Jacarta. HEX triplet: 38, 2A and 5D. RGB value is (56,42,93). Sum of RGB (Red+Green+Blue) = 56+42+93=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #382A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382A5D is #C7D5A2. Grayscale: #333333. Windows color (decimal): -13096355 or 6105656. OLE color: 6105656.

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

Color convert

RGB 56 42 93 -
CMYK 0.40 0.55 0 0.64
HSL 256.47º 0.38% 0.26% -
HSV(B) 256.47º 0.55% 0.36% -
XYZ 4.43 3.29 10.76 -
YUV 52 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 56 42 93 0.40 0.55 0 0.64 256.47 0.38 0.26
Hex 38 2A 5D 28 37 0 40 100 26 1A
Octal 70 52 135 50 67 0 100 400 46 32
Binary 111000 101010 1011101 101000 110111 0 1000000 100000000 100110 11010

Color Harmonies of #382A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A5D

Black with #382A5D

Text Example


Text Example

White with #382A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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