Html Css Color HEX #423961 Jacarta

📋 copy color: '#423961'

red 66 ◦ green 57 ◦ blue 97

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

Shades of Jacarta #423961

Tints of Jacarta #423961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

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

R = 30%
G = 25.91%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423961 (or 0x423961) is known color: Jacarta. HEX triplet: 42, 39 and 61. RGB value is (66,57,97). Sum of RGB (Red+Green+Blue) = 66+57+97=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #423961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423961 is #BDC69E. Grayscale: #404040. Windows color (decimal): -12437151 or 6371650. OLE color: 6371650.

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

Color convert

RGB 66 57 97 -
CMYK 0.32 0.41 0 0.62
HSL 253.5º 0.26% 0.3% -
HSV(B) 253.5º 0.41% 0.38% -
XYZ 5.87 4.95 11.95 -
YUV 64.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 66 57 97 0.32 0.41 0 0.62 253.5 0.26 0.3
Hex 42 39 61 20 29 0 3E FE 1A 1E
Octal 102 71 141 40 51 0 76 376 32 36
Binary 1000010 111001 1100001 100000 101001 0 111110 11111110 11010 11110

Color Harmonies of #423961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423961

Black with #423961

Text Example


Text Example

White with #423961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423961; }

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

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

background-color css

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

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

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

border-color css

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

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

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