Html Css Color HEX #413358 Jacarta

📋 copy color: '#413358'

red 65 ◦ green 51 ◦ blue 88

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

Shades of Jacarta #413358

Tints of Jacarta #413358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 31.86%
G = 25%
B = 43.14%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413358 (or 0x413358) is known color: Jacarta. HEX triplet: 41, 33 and 58. RGB value is (65,51,88). Sum of RGB (Red+Green+Blue) = 65+51+88=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #413358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413358 is #BECCA7. Grayscale: #3B3B3B. Windows color (decimal): -12504232 or 5780289. OLE color: 5780289.

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

Color convert

RGB 65 51 88 -
CMYK 0.26 0.42 0 0.65
HSL 262.7º 0.27% 0.27% -
HSV(B) 262.7º 0.42% 0.35% -
XYZ 5.13 4.2 9.77 -
YUV 59.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 65 51 88 0.26 0.42 0 0.65 262.7 0.27 0.27
Hex 41 33 58 1A 2A 0 41 107 1B 1B
Octal 101 63 130 32 52 0 101 407 33 33
Binary 1000001 110011 1011000 11010 101010 0 1000001 100000111 11011 11011

Color Harmonies of #413358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413358

Black with #413358

Text Example


Text Example

White with #413358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413358; }

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

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

background-color css

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

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

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

border-color css

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

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

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