Html Css Color HEX #423561 Jacarta

📋 copy color: '#423561'

red 66 ◦ green 53 ◦ blue 97

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

Shades of Jacarta #423561

Tints of Jacarta #423561

RGB

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

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

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

R = 30.56%
G = 24.54%
B = 44.91%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423561 (or 0x423561) is known color: Jacarta. HEX triplet: 42, 35 and 61. RGB value is (66,53,97). Sum of RGB (Red+Green+Blue) = 66+53+97=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #423561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423561 is #BDCA9E. Grayscale: #3D3D3D. Windows color (decimal): -12438175 or 6370626. OLE color: 6370626.

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

Color convert

RGB 66 53 97 -
CMYK 0.32 0.45 0 0.62
HSL 257.73º 0.29% 0.29% -
HSV(B) 257.73º 0.45% 0.38% -
XYZ 5.68 4.57 11.89 -
YUV 61.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 66 53 97 0.32 0.45 0 0.62 257.73 0.29 0.29
Hex 42 35 61 20 2D 0 3E 102 1D 1D
Octal 102 65 141 40 55 0 76 402 35 35
Binary 1000010 110101 1100001 100000 101101 0 111110 100000010 11101 11101

Color Harmonies of #423561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423561

Black with #423561

Text Example


Text Example

White with #423561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423561; }

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

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

background-color css

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

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

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

border-color css

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

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

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