Html Css Color HEX #41335B Jacarta

📋 copy color: '#41335B'

red 65 ◦ green 51 ◦ blue 91

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

Shades of Jacarta #41335B

Tints of Jacarta #41335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.96%

R = 31.4%
G = 24.64%
B = 43.96%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41335B (or 0x41335B) is known color: Jacarta. HEX triplet: 41, 33 and 5B. RGB value is (65,51,91). Sum of RGB (Red+Green+Blue) = 65+51+91=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #41335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335B is #BECCA4. Grayscale: #3B3B3B. Windows color (decimal): -12504229 or 5976897. OLE color: 5976897.

HSL color Cylindrical-coordinate representation of color #41335B: hue angle of 261º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41335B is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 51 91 -
CMYK 0.29 0.44 0 0.64
HSL 261º 0.28% 0.28% -
HSV(B) 261º 0.44% 0.36% -
XYZ 5.25 4.25 10.44 -
YUV 59.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 65 51 91 0.29 0.44 0 0.64 261 0.28 0.28
Hex 41 33 5B 1D 2C 0 40 105 1C 1C
Octal 101 63 133 35 54 0 100 405 34 34
Binary 1000001 110011 1011011 11101 101100 0 1000000 100000101 11100 11100

Color Harmonies of #41335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41335B

Black with #41335B

Text Example


Text Example

White with #41335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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