Html Css Color HEX #413C58 Jacarta

📋 copy color: '#413C58'

red 65 ◦ green 60 ◦ blue 88

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

Shades of Jacarta #413C58

Tints of Jacarta #413C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

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

R = 30.52%
G = 28.17%
B = 41.31%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413C58 (or 0x413C58) is known color: Jacarta. HEX triplet: 41, 3C and 58. RGB value is (65,60,88). Sum of RGB (Red+Green+Blue) = 65+60+88=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #413C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C58 is #BEC3A7. Grayscale: #404040. Windows color (decimal): -12501928 or 5782593. OLE color: 5782593.

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

Color convert

RGB 65 60 88 -
CMYK 0.26 0.32 0 0.65
HSL 250.71º 0.19% 0.29% -
HSV(B) 250.71º 0.32% 0.35% -
XYZ 5.56 5.06 9.92 -
YUV 64.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 65 60 88 0.26 0.32 0 0.65 250.71 0.19 0.29
Hex 41 3C 58 1A 20 0 41 FB 13 1D
Octal 101 74 130 32 40 0 101 373 23 35
Binary 1000001 111100 1011000 11010 100000 0 1000001 11111011 10011 11101

Color Harmonies of #413C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C58

Black with #413C58

Text Example


Text Example

White with #413C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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