Html Css Color HEX #41305C Jacarta

📋 copy color: '#41305C'

red 65 ◦ green 48 ◦ blue 92

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

Shades of Jacarta #41305C

Tints of Jacarta #41305C

RGB

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

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

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

R = 31.71%
G = 23.41%
B = 44.88%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41305C (or 0x41305C) is known color: Jacarta. HEX triplet: 41, 30 and 5C. RGB value is (65,48,92). Sum of RGB (Red+Green+Blue) = 65+48+92=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #41305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305C is #BECFA3. Grayscale: #393939. Windows color (decimal): -12504996 or 6041665. OLE color: 6041665.

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

Color convert

RGB 65 48 92 -
CMYK 0.29 0.48 0 0.64
HSL 263.18º 0.31% 0.27% -
HSV(B) 263.18º 0.48% 0.36% -
XYZ 5.17 4.01 10.63 -
YUV 58.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 65 48 92 0.29 0.48 0 0.64 263.18 0.31 0.27
Hex 41 30 5C 1D 30 0 40 107 1F 1B
Octal 101 60 134 35 60 0 100 407 37 33
Binary 1000001 110000 1011100 11101 110000 0 1000000 100000111 11111 11011

Color Harmonies of #41305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41305C

Black with #41305C

Text Example


Text Example

White with #41305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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