Html Css Color HEX #382C5F Jacarta

📋 copy color: '#382C5F'

red 56 ◦ green 44 ◦ blue 95

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

Shades of Jacarta #382C5F

Tints of Jacarta #382C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.72%

R = 28.72%
G = 22.56%
B = 48.72%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#382C5F (or 0x382C5F) is known color: Jacarta. HEX triplet: 38, 2C and 5F. RGB value is (56,44,95). Sum of RGB (Red+Green+Blue) = 56+44+95=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #382C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C5F is #C7D3A0. Grayscale: #353535. Windows color (decimal): -13095841 or 6237240. OLE color: 6237240.

HSL color Cylindrical-coordinate representation of color #382C5F: hue angle of 254.12º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #382C5F is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 44 95 -
CMYK 0.41 0.54 0 0.63
HSL 254.12º 0.37% 0.27% -
HSV(B) 254.12º 0.54% 0.37% -
XYZ 4.6 3.47 11.25 -
YUV 53.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 56 44 95 0.41 0.54 0 0.63 254.12 0.37 0.27
Hex 38 2C 5F 29 36 0 3F FE 25 1B
Octal 70 54 137 51 66 0 77 376 45 33
Binary 111000 101100 1011111 101001 110110 0 111111 11111110 100101 11011

Color Harmonies of #382C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C5F

Black with #382C5F

Text Example


Text Example

White with #382C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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