Html Css Color HEX #41305F Jacarta

📋 copy color: '#41305F'

red 65 ◦ green 48 ◦ blue 95

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

Shades of Jacarta #41305F

Tints of Jacarta #41305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.67%

R = 31.25%
G = 23.08%
B = 45.67%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41305F (or 0x41305F) is known color: Jacarta. HEX triplet: 41, 30 and 5F. RGB value is (65,48,95). Sum of RGB (Red+Green+Blue) = 65+48+95=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #41305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305F is #BECFA0. Grayscale: #3A3A3A. Windows color (decimal): -12504993 or 6238273. OLE color: 6238273.

HSL color Cylindrical-coordinate representation of color #41305F: hue angle of 261.7º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41305F is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 48 95 -
CMYK 0.32 0.49 0 0.63
HSL 261.7º 0.33% 0.28% -
HSV(B) 261.7º 0.49% 0.37% -
XYZ 5.3 4.06 11.33 -
YUV 58.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 65 48 95 0.32 0.49 0 0.63 261.7 0.33 0.28
Hex 41 30 5F 20 31 0 3F 106 21 1C
Octal 101 60 137 40 61 0 77 406 41 34
Binary 1000001 110000 1011111 100000 110001 0 111111 100000110 100001 11100

Color Harmonies of #41305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41305F

Black with #41305F

Text Example


Text Example

White with #41305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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