Html Css Color HEX #42325D Jacarta

📋 copy color: '#42325D'

red 66 ◦ green 50 ◦ blue 93

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

Shades of Jacarta #42325D

Tints of Jacarta #42325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 31.58%
G = 23.92%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42325D (or 0x42325D) is known color: Jacarta. HEX triplet: 42, 32 and 5D. RGB value is (66,50,93). Sum of RGB (Red+Green+Blue) = 66+50+93=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #42325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325D is #BDCDA2. Grayscale: #3B3B3B. Windows color (decimal): -12438947 or 6107714. OLE color: 6107714.

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

Color convert

RGB 66 50 93 -
CMYK 0.29 0.46 0 0.64
HSL 262.33º 0.3% 0.28% -
HSV(B) 262.33º 0.46% 0.36% -
XYZ 5.36 4.23 10.89 -
YUV 59.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 66 50 93 0.29 0.46 0 0.64 262.33 0.3 0.28
Hex 42 32 5D 1D 2E 0 40 106 1E 1C
Octal 102 62 135 35 56 0 100 406 36 34
Binary 1000010 110010 1011101 11101 101110 0 1000000 100000110 11110 11100

Color Harmonies of #42325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42325D

Black with #42325D

Text Example


Text Example

White with #42325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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