Html Css Color HEX #423362 Jacarta

📋 copy color: '#423362'

red 66 ◦ green 51 ◦ blue 98

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

Shades of Jacarta #423362

Tints of Jacarta #423362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.72%

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

R = 30.7%
G = 23.72%
B = 45.58%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#423362 (or 0x423362) is known color: Jacarta. HEX triplet: 42, 33 and 62. RGB value is (66,51,98). Sum of RGB (Red+Green+Blue) = 66+51+98=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #423362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423362 is #BDCC9D. Grayscale: #3C3C3C. Windows color (decimal): -12438686 or 6435650. OLE color: 6435650.

HSL color Cylindrical-coordinate representation of color #423362: hue angle of 259.15º 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 #423362 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 51 98 -
CMYK 0.33 0.48 0 0.62
HSL 259.15º 0.32% 0.29% -
HSV(B) 259.15º 0.48% 0.38% -
XYZ 5.64 4.41 12.11 -
YUV 60.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 66 51 98 0.33 0.48 0 0.62 259.15 0.32 0.29
Hex 42 33 62 21 30 0 3E 103 20 1D
Octal 102 63 142 41 60 0 76 403 40 35
Binary 1000010 110011 1100010 100001 110000 0 111110 100000011 100000 11101

Color Harmonies of #423362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423362

Black with #423362

Text Example


Text Example

White with #423362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423362; }

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

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

background-color css

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

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

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

border-color css

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

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

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