Html Css Color HEX #413062 Jacarta

📋 copy color: '#413062'

red 65 ◦ green 48 ◦ blue 98

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

Shades of Jacarta #413062

Tints of Jacarta #413062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 30.81%
G = 22.75%
B = 46.45%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#413062 (or 0x413062) is known color: Jacarta. HEX triplet: 41, 30 and 62. RGB value is (65,48,98). Sum of RGB (Red+Green+Blue) = 65+48+98=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #413062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413062 is #BECF9D. Grayscale: #3A3A3A. Windows color (decimal): -12504990 or 6434881. OLE color: 6434881.

HSL color Cylindrical-coordinate representation of color #413062: hue angle of 260.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413062 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 48 98 -
CMYK 0.34 0.51 0 0.62
HSL 260.4º 0.34% 0.29% -
HSV(B) 260.4º 0.51% 0.38% -
XYZ 5.44 4.12 12.06 -
YUV 58.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 65 48 98 0.34 0.51 0 0.62 260.4 0.34 0.29
Hex 41 30 62 22 33 0 3E 104 22 1D
Octal 101 60 142 42 63 0 76 404 42 35
Binary 1000001 110000 1100010 100010 110011 0 111110 100000100 100010 11101

Color Harmonies of #413062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413062

Black with #413062

Text Example


Text Example

White with #413062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413062; }

 p { color: rgb(65,48,98); }

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

background-color css

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

 a { background-color: rgb(65,48,98); }

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

border-color css

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

 span { border-color: rgb(65,48,98); }

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