Html Css Color HEX #413C5C Jacarta

📋 copy color: '#413C5C'

red 65 ◦ green 60 ◦ blue 92

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

Shades of Jacarta #413C5C

Tints of Jacarta #413C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 29.95%
G = 27.65%
B = 42.4%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#413C5C (or 0x413C5C) is known color: Jacarta. HEX triplet: 41, 3C and 5C. RGB value is (65,60,92). Sum of RGB (Red+Green+Blue) = 65+60+92=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #413C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C5C is #BEC3A3. Grayscale: #414141. Windows color (decimal): -12501924 or 6044737. OLE color: 6044737.

HSL color Cylindrical-coordinate representation of color #413C5C: hue angle of 249.38º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #413C5C is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 60 92 -
CMYK 0.29 0.35 0 0.64
HSL 249.38º 0.21% 0.3% -
HSV(B) 249.38º 0.35% 0.36% -
XYZ 5.73 5.13 10.81 -
YUV 65.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 65 60 92 0.29 0.35 0 0.64 249.38 0.21 0.3
Hex 41 3C 5C 1D 23 0 40 F9 15 1E
Octal 101 74 134 35 43 0 100 371 25 36
Binary 1000001 111100 1011100 11101 100011 0 1000000 11111001 10101 11110

Color Harmonies of #413C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C5C

Black with #413C5C

Text Example


Text Example

White with #413C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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