Html Css Color HEX #413058 Jacarta

📋 copy color: '#413058'

red 65 ◦ green 48 ◦ blue 88

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

Shades of Jacarta #413058

Tints of Jacarta #413058

RGB

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

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

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

R = 32.34%
G = 23.88%
B = 43.78%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413058 (or 0x413058) is known color: Jacarta. HEX triplet: 41, 30 and 58. RGB value is (65,48,88). Sum of RGB (Red+Green+Blue) = 65+48+88=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #413058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413058 is #BECFA7. Grayscale: #393939. Windows color (decimal): -12505000 or 5779521. OLE color: 5779521.

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

Color convert

RGB 65 48 88 -
CMYK 0.26 0.45 0 0.65
HSL 265.5º 0.29% 0.27% -
HSV(B) 265.5º 0.45% 0.35% -
XYZ 5 3.94 9.73 -
YUV 57.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 65 48 88 0.26 0.45 0 0.65 265.5 0.29 0.27
Hex 41 30 58 1A 2D 0 41 10A 1D 1B
Octal 101 60 130 32 55 0 101 412 35 33
Binary 1000001 110000 1011000 11010 101101 0 1000001 100001010 11101 11011

Color Harmonies of #413058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413058

Black with #413058

Text Example


Text Example

White with #413058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413058; }

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

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

background-color css

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

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

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

border-color css

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

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

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