Html Css Color HEX #413658 Jacarta

📋 copy color: '#413658'

red 65 ◦ green 54 ◦ blue 88

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

Shades of Jacarta #413658

Tints of Jacarta #413658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 31.4%
G = 26.09%
B = 42.51%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413658 (or 0x413658) is known color: Jacarta. HEX triplet: 41, 36 and 58. RGB value is (65,54,88). Sum of RGB (Red+Green+Blue) = 65+54+88=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #413658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413658 is #BEC9A7. Grayscale: #3D3D3D. Windows color (decimal): -12503464 or 5781057. OLE color: 5781057.

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

Color convert

RGB 65 54 88 -
CMYK 0.26 0.39 0 0.65
HSL 259.41º 0.24% 0.28% -
HSV(B) 259.41º 0.39% 0.35% -
XYZ 5.26 4.47 9.82 -
YUV 61.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 65 54 88 0.26 0.39 0 0.65 259.41 0.24 0.28
Hex 41 36 58 1A 27 0 41 103 18 1C
Octal 101 66 130 32 47 0 101 403 30 34
Binary 1000001 110110 1011000 11010 100111 0 1000001 100000011 11000 11100

Color Harmonies of #413658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413658

Black with #413658

Text Example


Text Example

White with #413658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413658; }

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

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

background-color css

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

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

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

border-color css

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

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

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