Html Css Color HEX #42315F Jacarta

📋 copy color: '#42315F'

red 66 ◦ green 49 ◦ blue 95

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

Shades of Jacarta #42315F

Tints of Jacarta #42315F

RGB

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

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

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

R = 31.43%
G = 23.33%
B = 45.24%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42315F (or 0x42315F) is known color: Jacarta. HEX triplet: 42, 31 and 5F. RGB value is (66,49,95). Sum of RGB (Red+Green+Blue) = 66+49+95=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #42315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315F is #BDCEA0. Grayscale: #3B3B3B. Windows color (decimal): -12439201 or 6238530. OLE color: 6238530.

HSL color Cylindrical-coordinate representation of color #42315F: hue angle of 262.17º degrees, saturation: 0.32, 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 #42315F is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 49 95 -
CMYK 0.31 0.48 0 0.63
HSL 262.17º 0.32% 0.28% -
HSV(B) 262.17º 0.48% 0.37% -
XYZ 5.41 4.18 11.35 -
YUV 59.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 66 49 95 0.31 0.48 0 0.63 262.17 0.32 0.28
Hex 42 31 5F 1F 30 0 3F 106 20 1C
Octal 102 61 137 37 60 0 77 406 40 34
Binary 1000010 110001 1011111 11111 110000 0 111111 100000110 100000 11100

Color Harmonies of #42315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42315F

Black with #42315F

Text Example


Text Example

White with #42315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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