Html Css Color HEX #413458 Jacarta

📋 copy color: '#413458'

red 65 ◦ green 52 ◦ blue 88

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

Shades of Jacarta #413458

Tints of Jacarta #413458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.93%

R = 31.71%
G = 25.37%
B = 42.93%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413458 (or 0x413458) is known color: Jacarta. HEX triplet: 41, 34 and 58. RGB value is (65,52,88). Sum of RGB (Red+Green+Blue) = 65+52+88=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #413458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413458 is #BECBA7. Grayscale: #3B3B3B. Windows color (decimal): -12503976 or 5780545. OLE color: 5780545.

HSL color Cylindrical-coordinate representation of color #413458: hue angle of 261.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #413458 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 52 88 -
CMYK 0.26 0.41 0 0.65
HSL 261.67º 0.26% 0.27% -
HSV(B) 261.67º 0.41% 0.35% -
XYZ 5.17 4.28 9.79 -
YUV 59.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 65 52 88 0.26 0.41 0 0.65 261.67 0.26 0.27
Hex 41 34 58 1A 29 0 41 106 1A 1B
Octal 101 64 130 32 51 0 101 406 32 33
Binary 1000001 110100 1011000 11010 101001 0 1000001 100000110 11010 11011

Color Harmonies of #413458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413458

Black with #413458

Text Example


Text Example

White with #413458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413458; }

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

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

background-color css

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

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

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

border-color css

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

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

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