Html Css Color HEX #423262 Jacarta

📋 copy color: '#423262'

red 66 ◦ green 50 ◦ blue 98

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

Shades of Jacarta #423262

Tints of Jacarta #423262

RGB

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

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

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

R = 30.84%
G = 23.36%
B = 45.79%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423262 (or 0x423262) is known color: Jacarta. HEX triplet: 42, 32 and 62. RGB value is (66,50,98). Sum of RGB (Red+Green+Blue) = 66+50+98=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #423262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423262 is #BDCD9D. Grayscale: #3C3C3C. Windows color (decimal): -12438942 or 6435394. OLE color: 6435394.

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

Color convert

RGB 66 50 98 -
CMYK 0.33 0.49 0 0.62
HSL 260º 0.32% 0.29% -
HSV(B) 260º 0.49% 0.38% -
XYZ 5.59 4.32 12.09 -
YUV 60.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 66 50 98 0.33 0.49 0 0.62 260 0.32 0.29
Hex 42 32 62 21 31 0 3E 104 20 1D
Octal 102 62 142 41 61 0 76 404 40 35
Binary 1000010 110010 1100010 100001 110001 0 111110 100000100 100000 11101

Color Harmonies of #423262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423262

Black with #423262

Text Example


Text Example

White with #423262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423262; }

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

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

background-color css

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

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

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

border-color css

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

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

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