Html Css Color HEX #423161 Jacarta

📋 copy color: '#423161'

red 66 ◦ green 49 ◦ blue 97

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

Shades of Jacarta #423161

Tints of Jacarta #423161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 31.13%
G = 23.11%
B = 45.75%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423161 (or 0x423161) is known color: Jacarta. HEX triplet: 42, 31 and 61. RGB value is (66,49,97). Sum of RGB (Red+Green+Blue) = 66+49+97=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #423161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423161 is #BDCE9E. Grayscale: #3B3B3B. Windows color (decimal): -12439199 or 6369602. OLE color: 6369602.

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

Color convert

RGB 66 49 97 -
CMYK 0.32 0.49 0 0.62
HSL 261.25º 0.33% 0.29% -
HSV(B) 261.25º 0.49% 0.38% -
XYZ 5.5 4.22 11.83 -
YUV 59.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 66 49 97 0.32 0.49 0 0.62 261.25 0.33 0.29
Hex 42 31 61 20 31 0 3E 105 21 1D
Octal 102 61 141 40 61 0 76 405 41 35
Binary 1000010 110001 1100001 100000 110001 0 111110 100000101 100001 11101

Color Harmonies of #423161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423161

Black with #423161

Text Example


Text Example

White with #423161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423161; }

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

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

background-color css

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

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

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

border-color css

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

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

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