Html Css Color HEX #42335D Jacarta

📋 copy color: '#42335D'

red 66 ◦ green 51 ◦ blue 93

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

Shades of Jacarta #42335D

Tints of Jacarta #42335D

RGB

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

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

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

R = 31.43%
G = 24.29%
B = 44.29%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42335D (or 0x42335D) is known color: Jacarta. HEX triplet: 42, 33 and 5D. RGB value is (66,51,93). Sum of RGB (Red+Green+Blue) = 66+51+93=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #42335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42335D is #BDCCA2. Grayscale: #3C3C3C. Windows color (decimal): -12438691 or 6107970. OLE color: 6107970.

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

Color convert

RGB 66 51 93 -
CMYK 0.29 0.45 0 0.64
HSL 261.43º 0.29% 0.28% -
HSV(B) 261.43º 0.45% 0.36% -
XYZ 5.41 4.32 10.9 -
YUV 60.27 146.47 132.08 -
System Red Green Blue C M Y K H S L
Decimal 66 51 93 0.29 0.45 0 0.64 261.43 0.29 0.28
Hex 42 33 5D 1D 2D 0 40 105 1D 1C
Octal 102 63 135 35 55 0 100 405 35 34
Binary 1000010 110011 1011101 11101 101101 0 1000000 100000101 11101 11100

Color Harmonies of #42335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42335D

Black with #42335D

Text Example


Text Example

White with #42335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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