Html Css Color HEX #423063 Jacarta

📋 copy color: '#423063'

red 66 ◦ green 48 ◦ blue 99

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

Shades of Jacarta #423063

Tints of Jacarta #423063

RGB

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

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

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

R = 30.99%
G = 22.54%
B = 46.48%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#423063 (or 0x423063) is known color: Jacarta. HEX triplet: 42, 30 and 63. RGB value is (66,48,99). Sum of RGB (Red+Green+Blue) = 66+48+99=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #423063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423063 is #BDCF9C. Grayscale: #3B3B3B. Windows color (decimal): -12439453 or 6500418. OLE color: 6500418.

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

Color convert

RGB 66 48 99 -
CMYK 0.33 0.52 0 0.61
HSL 261.18º 0.35% 0.29% -
HSV(B) 261.18º 0.52% 0.39% -
XYZ 5.56 4.17 12.32 -
YUV 59.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 66 48 99 0.33 0.52 0 0.61 261.18 0.35 0.29
Hex 42 30 63 21 34 0 3D 105 23 1D
Octal 102 60 143 41 64 0 75 405 43 35
Binary 1000010 110000 1100011 100001 110100 0 111101 100000101 100011 11101

Color Harmonies of #423063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423063

Black with #423063

Text Example


Text Example

White with #423063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423063; }

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

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

background-color css

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

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

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

border-color css

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

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

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