Html Css Color HEX #413460 Jacarta

📋 copy color: '#413460'

red 65 ◦ green 52 ◦ blue 96

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

Shades of Jacarta #413460

Tints of Jacarta #413460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 30.52%
G = 24.41%
B = 45.07%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413460 (or 0x413460) is known color: Jacarta. HEX triplet: 41, 34 and 60. RGB value is (65,52,96). Sum of RGB (Red+Green+Blue) = 65+52+96=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #413460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413460 is #BECB9F. Grayscale: #3C3C3C. Windows color (decimal): -12503968 or 6304833. OLE color: 6304833.

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

Color convert

RGB 65 52 96 -
CMYK 0.32 0.46 0 0.62
HSL 257.73º 0.3% 0.29% -
HSV(B) 257.73º 0.46% 0.38% -
XYZ 5.52 4.42 11.63 -
YUV 60.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 65 52 96 0.32 0.46 0 0.62 257.73 0.3 0.29
Hex 41 34 60 20 2E 0 3E 102 1E 1D
Octal 101 64 140 40 56 0 76 402 36 35
Binary 1000001 110100 1100000 100000 101110 0 111110 100000010 11110 11101

Color Harmonies of #413460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413460

Black with #413460

Text Example


Text Example

White with #413460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413460; }

 p { color: rgb(65,52,96); }

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

background-color css

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

 a { background-color: rgb(65,52,96); }

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

border-color css

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

 span { border-color: rgb(65,52,96); }

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