Html Css Color HEX #423162 Jacarta

📋 copy color: '#423162'

red 66 ◦ green 49 ◦ blue 98

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

Shades of Jacarta #423162

Tints of Jacarta #423162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 30.99%
G = 23%
B = 46.01%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423162 (or 0x423162) is known color: Jacarta. HEX triplet: 42, 31 and 62. RGB value is (66,49,98). Sum of RGB (Red+Green+Blue) = 66+49+98=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #423162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423162 is #BDCE9D. Grayscale: #3B3B3B. Windows color (decimal): -12439198 or 6435138. OLE color: 6435138.

HSL color Cylindrical-coordinate representation of color #423162: hue angle of 260.82º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423162 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 49 98 -
CMYK 0.33 0.5 0 0.62
HSL 260.82º 0.33% 0.29% -
HSV(B) 260.82º 0.5% 0.38% -
XYZ 5.55 4.24 12.08 -
YUV 59.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 66 49 98 0.33 0.5 0 0.62 260.82 0.33 0.29
Hex 42 31 62 21 32 0 3E 105 21 1D
Octal 102 61 142 41 62 0 76 405 41 35
Binary 1000010 110001 1100010 100001 110010 0 111110 100000101 100001 11101

Color Harmonies of #423162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423162

Black with #423162

Text Example


Text Example

White with #423162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423162; }

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

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

background-color css

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

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

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

border-color css

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

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

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