Html Css Color HEX #413263 Jacarta

📋 copy color: '#413263'

red 65 ◦ green 50 ◦ blue 99

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

Shades of Jacarta #413263

Tints of Jacarta #413263

RGB

 RED value IS 65 (25.78% from 255) = 30.37%

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 30.37%
G = 23.36%
B = 46.26%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413263 (or 0x413263) is known color: Jacarta. HEX triplet: 41, 32 and 63. RGB value is (65,50,99). Sum of RGB (Red+Green+Blue) = 65+50+99=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #413263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413263 is #BECD9C. Grayscale: #3B3B3B. Windows color (decimal): -12504477 or 6500929. OLE color: 6500929.

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

Color convert

RGB 65 50 99 -
CMYK 0.34 0.49 0 0.61
HSL 258.37º 0.33% 0.29% -
HSV(B) 258.37º 0.49% 0.39% -
XYZ 5.57 4.31 12.34 -
YUV 60.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 65 50 99 0.34 0.49 0 0.61 258.37 0.33 0.29
Hex 41 32 63 22 31 0 3D 102 21 1D
Octal 101 62 143 42 61 0 75 402 41 35
Binary 1000001 110010 1100011 100010 110001 0 111101 100000010 100001 11101

Color Harmonies of #413263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413263

Black with #413263

Text Example


Text Example

White with #413263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413263; }

 p { color: rgb(65,50,99); }

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

background-color css

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

 a { background-color: rgb(65,50,99); }

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

border-color css

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

 span { border-color: rgb(65,50,99); }

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