Html Css Color HEX #41335A Jacarta

📋 copy color: '#41335A'

red 65 ◦ green 51 ◦ blue 90

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

Shades of Jacarta #41335A

Tints of Jacarta #41335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.76%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 31.55%
G = 24.76%
B = 43.69%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41335A (or 0x41335A) is known color: Jacarta. HEX triplet: 41, 33 and 5A. RGB value is (65,51,90). Sum of RGB (Red+Green+Blue) = 65+51+90=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #41335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335A is #BECCA5. Grayscale: #3B3B3B. Windows color (decimal): -12504230 or 5911361. OLE color: 5911361.

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

Color convert

RGB 65 51 90 -
CMYK 0.28 0.43 0 0.65
HSL 261.54º 0.28% 0.28% -
HSV(B) 261.54º 0.43% 0.35% -
XYZ 5.21 4.23 10.21 -
YUV 59.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 65 51 90 0.28 0.43 0 0.65 261.54 0.28 0.28
Hex 41 33 5A 1C 2B 0 41 106 1C 1C
Octal 101 63 132 34 53 0 101 406 34 34
Binary 1000001 110011 1011010 11100 101011 0 1000001 100000110 11100 11100

Color Harmonies of #41335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41335A

Black with #41335A

Text Example


Text Example

White with #41335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41335A; }

 p { color: rgb(65,51,90); }

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

background-color css

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

 a { background-color: rgb(65,51,90); }

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

border-color css

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

 span { border-color: rgb(65,51,90); }

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