Html Css Color HEX #413258 Jacarta

📋 copy color: '#413258'

red 65 ◦ green 50 ◦ blue 88

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

Shades of Jacarta #413258

Tints of Jacarta #413258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 32.02%
G = 24.63%
B = 43.35%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#413258 (or 0x413258) is known color: Jacarta. HEX triplet: 41, 32 and 58. RGB value is (65,50,88). Sum of RGB (Red+Green+Blue) = 65+50+88=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #413258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413258 is #BECDA7. Grayscale: #3A3A3A. Windows color (decimal): -12504488 or 5780033. OLE color: 5780033.

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

Color convert

RGB 65 50 88 -
CMYK 0.26 0.43 0 0.65
HSL 263.68º 0.28% 0.27% -
HSV(B) 263.68º 0.43% 0.35% -
XYZ 5.08 4.11 9.76 -
YUV 58.82 144.47 132.41 -
System Red Green Blue C M Y K H S L
Decimal 65 50 88 0.26 0.43 0 0.65 263.68 0.28 0.27
Hex 41 32 58 1A 2B 0 41 108 1C 1B
Octal 101 62 130 32 53 0 101 410 34 33
Binary 1000001 110010 1011000 11010 101011 0 1000001 100001000 11100 11011

Color Harmonies of #413258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413258

Black with #413258

Text Example


Text Example

White with #413258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413258; }

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

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

background-color css

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

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

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

border-color css

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

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

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