Html Css Color HEX #412F5D Jacarta

📋 copy color: '#412F5D'

red 65 ◦ green 47 ◦ blue 93

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

Shades of Jacarta #412F5D

Tints of Jacarta #412F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.93%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 31.71%
G = 22.93%
B = 45.37%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#412F5D (or 0x412F5D) is known color: Jacarta. HEX triplet: 41, 2F and 5D. RGB value is (65,47,93). Sum of RGB (Red+Green+Blue) = 65+47+93=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #412F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F5D is #BED0A2. Grayscale: #393939. Windows color (decimal): -12505251 or 6106945. OLE color: 6106945.

HSL color Cylindrical-coordinate representation of color #412F5D: hue angle of 263.48º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412F5D is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 47 93 -
CMYK 0.30 0.49 0 0.64
HSL 263.48º 0.33% 0.27% -
HSV(B) 263.48º 0.49% 0.36% -
XYZ 5.17 3.95 10.85 -
YUV 57.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 65 47 93 0.30 0.49 0 0.64 263.48 0.33 0.27
Hex 41 2F 5D 1E 31 0 40 107 21 1B
Octal 101 57 135 36 61 0 100 407 41 33
Binary 1000001 101111 1011101 11110 110001 0 1000000 100000111 100001 11011

Color Harmonies of #412F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F5D

Black with #412F5D

Text Example


Text Example

White with #412F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F5D; }

 p { color: rgb(65,47,93); }

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

background-color css

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

 a { background-color: rgb(65,47,93); }

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

border-color css

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

 span { border-color: rgb(65,47,93); }

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