Html Css Color HEX #423163 Jacarta

📋 copy color: '#423163'

red 66 ◦ green 49 ◦ blue 99

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

Shades of Jacarta #423163

Tints of Jacarta #423163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 30.84%
G = 22.9%
B = 46.26%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423163 (or 0x423163) is known color: Jacarta. HEX triplet: 42, 31 and 63. RGB value is (66,49,99). Sum of RGB (Red+Green+Blue) = 66+49+99=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #423163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423163 is #BDCE9C. Grayscale: #3B3B3B. Windows color (decimal): -12439197 or 6500674. OLE color: 6500674.

HSL color Cylindrical-coordinate representation of color #423163: hue angle of 260.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423163 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 49 99 -
CMYK 0.33 0.51 0 0.61
HSL 260.4º 0.34% 0.29% -
HSV(B) 260.4º 0.51% 0.39% -
XYZ 5.6 4.26 12.33 -
YUV 59.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 66 49 99 0.33 0.51 0 0.61 260.4 0.34 0.29
Hex 42 31 63 21 33 0 3D 104 22 1D
Octal 102 61 143 41 63 0 75 404 42 35
Binary 1000010 110001 1100011 100001 110011 0 111101 100000100 100010 11101

Color Harmonies of #423163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423163

Black with #423163

Text Example


Text Example

White with #423163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423163; }

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

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

background-color css

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

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

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

border-color css

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

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

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