Html Css Color HEX #413B58 Jacarta

📋 copy color: '#413B58'

red 65 ◦ green 59 ◦ blue 88

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

Shades of Jacarta #413B58

Tints of Jacarta #413B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.83%

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

R = 30.66%
G = 27.83%
B = 41.51%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413B58 (or 0x413B58) is known color: Jacarta. HEX triplet: 41, 3B and 58. RGB value is (65,59,88). Sum of RGB (Red+Green+Blue) = 65+59+88=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #413B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B58 is #BEC4A7. Grayscale: #3F3F3F. Windows color (decimal): -12502184 or 5782337. OLE color: 5782337.

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

Color convert

RGB 65 59 88 -
CMYK 0.26 0.33 0 0.65
HSL 252.41º 0.2% 0.29% -
HSV(B) 252.41º 0.33% 0.35% -
XYZ 5.51 4.96 9.9 -
YUV 64.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 65 59 88 0.26 0.33 0 0.65 252.41 0.2 0.29
Hex 41 3B 58 1A 21 0 41 FC 14 1D
Octal 101 73 130 32 41 0 101 374 24 35
Binary 1000001 111011 1011000 11010 100001 0 1000001 11111100 10100 11101

Color Harmonies of #413B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B58

Black with #413B58

Text Example


Text Example

White with #413B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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