Html Css Color HEX #42325A Jacarta

📋 copy color: '#42325A'

red 66 ◦ green 50 ◦ blue 90

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

Shades of Jacarta #42325A

Tints of Jacarta #42325A

RGB

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

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

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

R = 32.04%
G = 24.27%
B = 43.69%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42325A (or 0x42325A) is known color: Jacarta. HEX triplet: 42, 32 and 5A. RGB value is (66,50,90). Sum of RGB (Red+Green+Blue) = 66+50+90=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #42325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42325A is #BDCDA5. Grayscale: #3B3B3B. Windows color (decimal): -12438950 or 5911106. OLE color: 5911106.

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

Color convert

RGB 66 50 90 -
CMYK 0.27 0.44 0 0.65
HSL 264º 0.29% 0.27% -
HSV(B) 264º 0.44% 0.35% -
XYZ 5.23 4.18 10.2 -
YUV 59.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 66 50 90 0.27 0.44 0 0.65 264 0.29 0.27
Hex 42 32 5A 1B 2C 0 41 108 1D 1B
Octal 102 62 132 33 54 0 101 410 35 33
Binary 1000010 110010 1011010 11011 101100 0 1000001 100001000 11101 11011

Color Harmonies of #42325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42325A

Black with #42325A

Text Example


Text Example

White with #42325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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