Html Css Color HEX #42315A Jacarta

📋 copy color: '#42315A'

red 66 ◦ green 49 ◦ blue 90

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

Shades of Jacarta #42315A

Tints of Jacarta #42315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 32.2%
G = 23.9%
B = 43.9%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42315A (or 0x42315A) is known color: Jacarta. HEX triplet: 42, 31 and 5A. RGB value is (66,49,90). Sum of RGB (Red+Green+Blue) = 66+49+90=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #42315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42315A is #BDCEA5. Grayscale: #3A3A3A. Windows color (decimal): -12439206 or 5910850. OLE color: 5910850.

HSL color Cylindrical-coordinate representation of color #42315A: hue angle of 264.88º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42315A is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 49 90 -
CMYK 0.27 0.46 0 0.65
HSL 264.88º 0.29% 0.27% -
HSV(B) 264.88º 0.46% 0.35% -
XYZ 5.19 4.09 10.19 -
YUV 58.76 145.63 133.17 -
System Red Green Blue C M Y K H S L
Decimal 66 49 90 0.27 0.46 0 0.65 264.88 0.29 0.27
Hex 42 31 5A 1B 2E 0 41 109 1D 1B
Octal 102 61 132 33 56 0 101 411 35 33
Binary 1000010 110001 1011010 11011 101110 0 1000001 100001001 11101 11011

Color Harmonies of #42315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42315A

Black with #42315A

Text Example


Text Example

White with #42315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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