Html Css Color HEX #413163 Jacarta

📋 copy color: '#413163'

red 65 ◦ green 49 ◦ blue 99

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

Shades of Jacarta #413163

Tints of Jacarta #413163

RGB

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

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

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

R = 30.52%
G = 23%
B = 46.48%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#413163 (or 0x413163) is known color: Jacarta. HEX triplet: 41, 31 and 63. RGB value is (65,49,99). Sum of RGB (Red+Green+Blue) = 65+49+99=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #413163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413163 is #BECE9C. Grayscale: #3B3B3B. Windows color (decimal): -12504733 or 6500673. OLE color: 6500673.

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

Color convert

RGB 65 49 99 -
CMYK 0.34 0.51 0 0.61
HSL 259.2º 0.34% 0.29% -
HSV(B) 259.2º 0.51% 0.39% -
XYZ 5.53 4.22 12.33 -
YUV 59.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 65 49 99 0.34 0.51 0 0.61 259.2 0.34 0.29
Hex 41 31 63 22 33 0 3D 103 22 1D
Octal 101 61 143 42 63 0 75 403 42 35
Binary 1000001 110001 1100011 100010 110011 0 111101 100000011 100010 11101

Color Harmonies of #413163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413163

Black with #413163

Text Example


Text Example

White with #413163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413163; }

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

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

background-color css

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

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

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

border-color css

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

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

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