Html Css Color HEX #42355E Jacarta

📋 copy color: '#42355E'

red 66 ◦ green 53 ◦ blue 94

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

Shades of Jacarta #42355E

Tints of Jacarta #42355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 30.99%
G = 24.88%
B = 44.13%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42355E (or 0x42355E) is known color: Jacarta. HEX triplet: 42, 35 and 5E. RGB value is (66,53,94). Sum of RGB (Red+Green+Blue) = 66+53+94=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #42355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42355E is #BDCAA1. Grayscale: #3D3D3D. Windows color (decimal): -12438178 or 6174018. OLE color: 6174018.

HSL color Cylindrical-coordinate representation of color #42355E: hue angle of 259.02º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42355E is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 53 94 -
CMYK 0.30 0.44 0 0.63
HSL 259.02º 0.28% 0.29% -
HSV(B) 259.02º 0.44% 0.37% -
XYZ 5.54 4.51 11.17 -
YUV 61.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 66 53 94 0.30 0.44 0 0.63 259.02 0.28 0.29
Hex 42 35 5E 1E 2C 0 3F 103 1C 1D
Octal 102 65 136 36 54 0 77 403 34 35
Binary 1000010 110101 1011110 11110 101100 0 111111 100000011 11100 11101

Color Harmonies of #42355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42355E

Black with #42355E

Text Example


Text Example

White with #42355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42355E; }

 p { color: rgb(66,53,94); }

 H1.HeaderClassName
 {
   color: #42355E;
 }
 .AnyTagClassName
 {
   color: #42355E;
 }
</style>

background-color css

<style>
 a { background-color: #42355E; }

 a { background-color: rgb(66,53,94); }

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

border-color css

<style>
 span { border-color: #42355E; }

 span { border-color: rgb(66,53,94); }

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