Html Css Color HEX #42315E Jacarta

📋 copy color: '#42315E'

red 66 ◦ green 49 ◦ blue 94

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

Shades of Jacarta #42315E

Tints of Jacarta #42315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 31.58%
G = 23.44%
B = 44.98%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42315E (or 0x42315E) is known color: Jacarta. HEX triplet: 42, 31 and 5E. RGB value is (66,49,94). Sum of RGB (Red+Green+Blue) = 66+49+94=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #42315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315E is #BDCEA1. Grayscale: #3B3B3B. Windows color (decimal): -12439202 or 6172994. OLE color: 6172994.

HSL color Cylindrical-coordinate representation of color #42315E: hue angle of 262.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42315E is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 49 94 -
CMYK 0.30 0.48 0 0.63
HSL 262.67º 0.31% 0.28% -
HSV(B) 262.67º 0.48% 0.37% -
XYZ 5.37 4.16 11.11 -
YUV 59.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 66 49 94 0.30 0.48 0 0.63 262.67 0.31 0.28
Hex 42 31 5E 1E 30 0 3F 107 1F 1C
Octal 102 61 136 36 60 0 77 407 37 34
Binary 1000010 110001 1011110 11110 110000 0 111111 100000111 11111 11100

Color Harmonies of #42315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42315E

Black with #42315E

Text Example


Text Example

White with #42315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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