Html Css Color HEX #423061 Jacarta

📋 copy color: '#423061'

red 66 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #423061

Tints of Jacarta #423061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

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

R = 31.28%
G = 22.75%
B = 45.97%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423061 (or 0x423061) is known color: Jacarta. HEX triplet: 42, 30 and 61. RGB value is (66,48,97). Sum of RGB (Red+Green+Blue) = 66+48+97=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #423061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423061 is #BDCF9E. Grayscale: #3A3A3A. Windows color (decimal): -12439455 or 6369346. OLE color: 6369346.

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

Color convert

RGB 66 48 97 -
CMYK 0.32 0.51 0 0.62
HSL 262.04º 0.34% 0.28% -
HSV(B) 262.04º 0.51% 0.38% -
XYZ 5.46 4.14 11.82 -
YUV 58.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 66 48 97 0.32 0.51 0 0.62 262.04 0.34 0.28
Hex 42 30 61 20 33 0 3E 106 22 1C
Octal 102 60 141 40 63 0 76 406 42 34
Binary 1000010 110000 1100001 100000 110011 0 111110 100000110 100010 11100

Color Harmonies of #423061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423061

Black with #423061

Text Example


Text Example

White with #423061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423061; }

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

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

background-color css

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

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

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

border-color css

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

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

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