Html Css Color HEX #423861 Jacarta

📋 copy color: '#423861'

red 66 ◦ green 56 ◦ blue 97

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

Shades of Jacarta #423861

Tints of Jacarta #423861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.57%

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

R = 30.14%
G = 25.57%
B = 44.29%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423861 (or 0x423861) is known color: Jacarta. HEX triplet: 42, 38 and 61. RGB value is (66,56,97). Sum of RGB (Red+Green+Blue) = 66+56+97=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #423861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423861 is #BDC79E. Grayscale: #3F3F3F. Windows color (decimal): -12437407 or 6371394. OLE color: 6371394.

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

Color convert

RGB 66 56 97 -
CMYK 0.32 0.42 0 0.62
HSL 254.63º 0.27% 0.3% -
HSV(B) 254.63º 0.42% 0.38% -
XYZ 5.82 4.85 11.94 -
YUV 63.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 66 56 97 0.32 0.42 0 0.62 254.63 0.27 0.3
Hex 42 38 61 20 2A 0 3E FF 1B 1E
Octal 102 70 141 40 52 0 76 377 33 36
Binary 1000010 111000 1100001 100000 101010 0 111110 11111111 11011 11110

Color Harmonies of #423861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423861

Black with #423861

Text Example


Text Example

White with #423861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423861; }

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

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

background-color css

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

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

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

border-color css

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

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

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