Html Css Color HEX #413562 Jacarta

📋 copy color: '#413562'

red 65 ◦ green 53 ◦ blue 98

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

Shades of Jacarta #413562

Tints of Jacarta #413562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 30.09%
G = 24.54%
B = 45.37%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413562 (or 0x413562) is known color: Jacarta. HEX triplet: 41, 35 and 62. RGB value is (65,53,98). Sum of RGB (Red+Green+Blue) = 65+53+98=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #413562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413562 is #BECA9D. Grayscale: #3D3D3D. Windows color (decimal): -12503710 or 6436161. OLE color: 6436161.

HSL color Cylindrical-coordinate representation of color #413562: hue angle of 256º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413562 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 53 98 -
CMYK 0.34 0.46 0 0.62
HSL 256º 0.3% 0.3% -
HSV(B) 256º 0.46% 0.38% -
XYZ 5.66 4.55 12.14 -
YUV 61.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 65 53 98 0.34 0.46 0 0.62 256 0.3 0.3
Hex 41 35 62 22 2E 0 3E 100 1E 1E
Octal 101 65 142 42 56 0 76 400 36 36
Binary 1000001 110101 1100010 100010 101110 0 111110 100000000 11110 11110

Color Harmonies of #413562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413562

Black with #413562

Text Example


Text Example

White with #413562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413562; }

 p { color: rgb(65,53,98); }

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

background-color css

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

 a { background-color: rgb(65,53,98); }

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

border-color css

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

 span { border-color: rgb(65,53,98); }

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