Html Css Color HEX #42335A Jacarta

📋 copy color: '#42335A'

red 66 ◦ green 51 ◦ blue 90

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

Shades of Jacarta #42335A

Tints of Jacarta #42335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 31.88%
G = 24.64%
B = 43.48%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42335A (or 0x42335A) is known color: Jacarta. HEX triplet: 42, 33 and 5A. RGB value is (66,51,90). Sum of RGB (Red+Green+Blue) = 66+51+90=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #42335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42335A is #BDCCA5. Grayscale: #3B3B3B. Windows color (decimal): -12438694 or 5911362. OLE color: 5911362.

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

Color convert

RGB 66 51 90 -
CMYK 0.27 0.43 0 0.65
HSL 263.08º 0.28% 0.28% -
HSV(B) 263.08º 0.43% 0.35% -
XYZ 5.28 4.26 10.22 -
YUV 59.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 66 51 90 0.27 0.43 0 0.65 263.08 0.28 0.28
Hex 42 33 5A 1B 2B 0 41 107 1C 1C
Octal 102 63 132 33 53 0 101 407 34 34
Binary 1000010 110011 1011010 11011 101011 0 1000001 100000111 11100 11100

Color Harmonies of #42335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42335A

Black with #42335A

Text Example


Text Example

White with #42335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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