Html Css Color HEX #41335C Jacarta

📋 copy color: '#41335C'

red 65 ◦ green 51 ◦ blue 92

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

Shades of Jacarta #41335C

Tints of Jacarta #41335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.23%

R = 31.25%
G = 24.52%
B = 44.23%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41335C (or 0x41335C) is known color: Jacarta. HEX triplet: 41, 33 and 5C. RGB value is (65,51,92). Sum of RGB (Red+Green+Blue) = 65+51+92=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #41335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41335C is #BECCA3. Grayscale: #3B3B3B. Windows color (decimal): -12504228 or 6042433. OLE color: 6042433.

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

Color convert

RGB 65 51 92 -
CMYK 0.29 0.45 0 0.64
HSL 260.49º 0.29% 0.28% -
HSV(B) 260.49º 0.45% 0.36% -
XYZ 5.3 4.26 10.67 -
YUV 59.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 65 51 92 0.29 0.45 0 0.64 260.49 0.29 0.28
Hex 41 33 5C 1D 2D 0 40 104 1D 1C
Octal 101 63 134 35 55 0 100 404 35 34
Binary 1000001 110011 1011100 11101 101101 0 1000000 100000100 11101 11100

Color Harmonies of #41335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41335C

Black with #41335C

Text Example


Text Example

White with #41335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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