Html Css Color HEX #42315D Jacarta

📋 copy color: '#42315D'

red 66 ◦ green 49 ◦ blue 93

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

Shades of Jacarta #42315D

Tints of Jacarta #42315D

RGB

 RED value IS 66 (26.17% from 255) = 31.73%

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

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

R = 31.73%
G = 23.56%
B = 44.71%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42315D (or 0x42315D) is known color: Jacarta. HEX triplet: 42, 31 and 5D. RGB value is (66,49,93). Sum of RGB (Red+Green+Blue) = 66+49+93=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 49 (19.53% from 255 or 23.56% 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 #42315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315D is #BDCEA2. Grayscale: #3A3A3A. Windows color (decimal): -12439203 or 6107458. OLE color: 6107458.

HSL color Cylindrical-coordinate representation of color #42315D: hue angle of 263.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42315D is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 49 93 -
CMYK 0.29 0.47 0 0.64
HSL 263.18º 0.31% 0.28% -
HSV(B) 263.18º 0.47% 0.36% -
XYZ 5.32 4.15 10.88 -
YUV 59.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 66 49 93 0.29 0.47 0 0.64 263.18 0.31 0.28
Hex 42 31 5D 1D 2F 0 40 107 1F 1C
Octal 102 61 135 35 57 0 100 407 37 34
Binary 1000010 110001 1011101 11101 101111 0 1000000 100000111 11111 11100

Color Harmonies of #42315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42315D

Black with #42315D

Text Example


Text Example

White with #42315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42315D; }

 p { color: rgb(66,49,93); }

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

background-color css

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

 a { background-color: rgb(66,49,93); }

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

border-color css

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

 span { border-color: rgb(66,49,93); }

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