Html Css Color HEX #442F5D Jacarta

📋 copy color: '#442F5D'

red 68 ◦ green 47 ◦ blue 93

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

Shades of Jacarta #442F5D

Tints of Jacarta #442F5D

RGB

 RED value IS 68 (26.95% from 255) = 32.69%

 GREEN value IS 47 (18.75% from 255) = 22.6%

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

R = 32.69%
G = 22.6%
B = 44.71%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442F5D (or 0x442F5D) is known color: Jacarta. HEX triplet: 44, 2F and 5D. RGB value is (68,47,93). Sum of RGB (Red+Green+Blue) = 68+47+93=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #442F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F5D is #BBD0A2. Grayscale: #3A3A3A. Windows color (decimal): -12308643 or 6106948. OLE color: 6106948.

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

Color convert

RGB 68 47 93 -
CMYK 0.27 0.49 0 0.64
HSL 267.39º 0.33% 0.27% -
HSV(B) 267.39º 0.49% 0.36% -
XYZ 5.38 4.05 10.85 -
YUV 58.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 68 47 93 0.27 0.49 0 0.64 267.39 0.33 0.27
Hex 44 2F 5D 1B 31 0 40 10B 21 1B
Octal 104 57 135 33 61 0 100 413 41 33
Binary 1000100 101111 1011101 11011 110001 0 1000000 100001011 100001 11011

Color Harmonies of #442F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F5D

Black with #442F5D

Text Example


Text Example

White with #442F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442F5D; }

 p { color: rgb(68,47,93); }

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

background-color css

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

 a { background-color: rgb(68,47,93); }

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

border-color css

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

 span { border-color: rgb(68,47,93); }

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