Html Css Color HEX #42325F Jacarta

📋 copy color: '#42325F'

red 66 ◦ green 50 ◦ blue 95

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

Shades of Jacarta #42325F

Tints of Jacarta #42325F

RGB

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

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

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

R = 31.28%
G = 23.7%
B = 45.02%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42325F (or 0x42325F) is known color: Jacarta. HEX triplet: 42, 32 and 5F. RGB value is (66,50,95). Sum of RGB (Red+Green+Blue) = 66+50+95=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #42325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325F is #BDCDA0. Grayscale: #3B3B3B. Windows color (decimal): -12438945 or 6238786. OLE color: 6238786.

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

Color convert

RGB 66 50 95 -
CMYK 0.31 0.47 0 0.63
HSL 261.33º 0.31% 0.28% -
HSV(B) 261.33º 0.47% 0.37% -
XYZ 5.45 4.27 11.36 -
YUV 59.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 66 50 95 0.31 0.47 0 0.63 261.33 0.31 0.28
Hex 42 32 5F 1F 2F 0 3F 105 1F 1C
Octal 102 62 137 37 57 0 77 405 37 34
Binary 1000010 110010 1011111 11111 101111 0 111111 100000101 11111 11100

Color Harmonies of #42325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42325F

Black with #42325F

Text Example


Text Example

White with #42325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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