Html Css Color HEX #423260 Jacarta

📋 copy color: '#423260'

red 66 ◦ green 50 ◦ blue 96

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

Shades of Jacarta #423260

Tints of Jacarta #423260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 96 (37.89% from 255) = 45.28%

R = 31.13%
G = 23.58%
B = 45.28%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423260 (or 0x423260) is known color: Jacarta. HEX triplet: 42, 32 and 60. RGB value is (66,50,96). Sum of RGB (Red+Green+Blue) = 66+50+96=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #423260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423260 is #BDCD9F. Grayscale: #3B3B3B. Windows color (decimal): -12438944 or 6304322. OLE color: 6304322.

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

Color convert

RGB 66 50 96 -
CMYK 0.31 0.48 0 0.62
HSL 260.87º 0.32% 0.29% -
HSV(B) 260.87º 0.48% 0.38% -
XYZ 5.5 4.28 11.6 -
YUV 60.03 148.3 132.26 -
System Red Green Blue C M Y K H S L
Decimal 66 50 96 0.31 0.48 0 0.62 260.87 0.32 0.29
Hex 42 32 60 1F 30 0 3E 105 20 1D
Octal 102 62 140 37 60 0 76 405 40 35
Binary 1000010 110010 1100000 11111 110000 0 111110 100000101 100000 11101

Color Harmonies of #423260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423260

Black with #423260

Text Example


Text Example

White with #423260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423260; }

 p { color: rgb(66,50,96); }

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

background-color css

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

 a { background-color: rgb(66,50,96); }

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

border-color css

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

 span { border-color: rgb(66,50,96); }

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