Html Css Color HEX #423158 Jacarta

📋 copy color: '#423158'

red 66 ◦ green 49 ◦ blue 88

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

Shades of Jacarta #423158

Tints of Jacarta #423158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 32.51%
G = 24.14%
B = 43.35%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#423158 (or 0x423158) is known color: Jacarta. HEX triplet: 42, 31 and 58. RGB value is (66,49,88). Sum of RGB (Red+Green+Blue) = 66+49+88=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #423158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423158 is #BDCEA7. Grayscale: #3A3A3A. Windows color (decimal): -12439208 or 5779778. OLE color: 5779778.

HSL color Cylindrical-coordinate representation of color #423158: hue angle of 266.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #423158 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 49 88 -
CMYK 0.25 0.44 0 0.65
HSL 266.15º 0.28% 0.27% -
HSV(B) 266.15º 0.44% 0.35% -
XYZ 5.11 4.06 9.75 -
YUV 58.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 66 49 88 0.25 0.44 0 0.65 266.15 0.28 0.27
Hex 42 31 58 19 2C 0 41 10A 1C 1B
Octal 102 61 130 31 54 0 101 412 34 33
Binary 1000010 110001 1011000 11001 101100 0 1000001 100001010 11100 11011

Color Harmonies of #423158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423158

Black with #423158

Text Example


Text Example

White with #423158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423158; }

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

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

background-color css

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

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

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

border-color css

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

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

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