Html Css Color HEX #413C5A Jacarta

📋 copy color: '#413C5A'

red 65 ◦ green 60 ◦ blue 90

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

Shades of Jacarta #413C5A

Tints of Jacarta #413C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 30.23%
G = 27.91%
B = 41.86%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413C5A (or 0x413C5A) is known color: Jacarta. HEX triplet: 41, 3C and 5A. RGB value is (65,60,90). Sum of RGB (Red+Green+Blue) = 65+60+90=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #413C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C5A is #BEC3A5. Grayscale: #404040. Windows color (decimal): -12501926 or 5913665. OLE color: 5913665.

HSL color Cylindrical-coordinate representation of color #413C5A: hue angle of 250º 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 #413C5A is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 60 90 -
CMYK 0.28 0.33 0 0.65
HSL 250º 0.2% 0.29% -
HSV(B) 250º 0.33% 0.35% -
XYZ 5.64 5.09 10.36 -
YUV 64.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 65 60 90 0.28 0.33 0 0.65 250 0.2 0.29
Hex 41 3C 5A 1C 21 0 41 FA 14 1D
Octal 101 74 132 34 41 0 101 372 24 35
Binary 1000001 111100 1011010 11100 100001 0 1000001 11111010 10100 11101

Color Harmonies of #413C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C5A

Black with #413C5A

Text Example


Text Example

White with #413C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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