Html Css Color HEX #413A57 Jacarta

📋 copy color: '#413A57'

red 65 ◦ green 58 ◦ blue 87

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

Shades of Jacarta #413A57

Tints of Jacarta #413A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 30.95%
G = 27.62%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#413A57 (or 0x413A57) is known color: Jacarta. HEX triplet: 41, 3A and 57. RGB value is (65,58,87). Sum of RGB (Red+Green+Blue) = 65+58+87=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #413A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A57 is #BEC5A8. Grayscale: #3F3F3F. Windows color (decimal): -12502441 or 5716545. OLE color: 5716545.

HSL color Cylindrical-coordinate representation of color #413A57: hue angle of 254.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #413A57 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 58 87 -
CMYK 0.25 0.33 0 0.66
HSL 254.48º 0.2% 0.28% -
HSV(B) 254.48º 0.33% 0.34% -
XYZ 5.41 4.84 9.67 -
YUV 63.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 65 58 87 0.25 0.33 0 0.66 254.48 0.2 0.28
Hex 41 3A 57 19 21 0 42 FE 14 1C
Octal 101 72 127 31 41 0 102 376 24 34
Binary 1000001 111010 1010111 11001 100001 0 1000010 11111110 10100 11100

Color Harmonies of #413A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A57

Black with #413A57

Text Example


Text Example

White with #413A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A57; }

 p { color: rgb(65,58,87); }

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

background-color css

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

 a { background-color: rgb(65,58,87); }

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

border-color css

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

 span { border-color: rgb(65,58,87); }

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