Html Css Color HEX #423661 Jacarta

📋 copy color: '#423661'

red 66 ◦ green 54 ◦ blue 97

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

Shades of Jacarta #423661

Tints of Jacarta #423661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 30.41%
G = 24.88%
B = 44.7%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423661 (or 0x423661) is known color: Jacarta. HEX triplet: 42, 36 and 61. RGB value is (66,54,97). Sum of RGB (Red+Green+Blue) = 66+54+97=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #423661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423661 is #BDC99E. Grayscale: #3E3E3E. Windows color (decimal): -12437919 or 6370882. OLE color: 6370882.

HSL color Cylindrical-coordinate representation of color #423661: hue angle of 256.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423661 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 54 97 -
CMYK 0.32 0.44 0 0.62
HSL 256.74º 0.28% 0.3% -
HSV(B) 256.74º 0.44% 0.38% -
XYZ 5.72 4.66 11.91 -
YUV 62.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 66 54 97 0.32 0.44 0 0.62 256.74 0.28 0.3
Hex 42 36 61 20 2C 0 3E 101 1C 1E
Octal 102 66 141 40 54 0 76 401 34 36
Binary 1000010 110110 1100001 100000 101100 0 111110 100000001 11100 11110

Color Harmonies of #423661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423661

Black with #423661

Text Example


Text Example

White with #423661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423661; }

 p { color: rgb(66,54,97); }

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

background-color css

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

 a { background-color: rgb(66,54,97); }

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

border-color css

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

 span { border-color: rgb(66,54,97); }

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