Html Css Color HEX #41305E Jacarta

📋 copy color: '#41305E'

red 65 ◦ green 48 ◦ blue 94

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

Shades of Jacarta #41305E

Tints of Jacarta #41305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 31.4%
G = 23.19%
B = 45.41%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41305E (or 0x41305E) is known color: Jacarta. HEX triplet: 41, 30 and 5E. RGB value is (65,48,94). Sum of RGB (Red+Green+Blue) = 65+48+94=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #41305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41305E is #BECFA1. Grayscale: #3A3A3A. Windows color (decimal): -12504994 or 6172737. OLE color: 6172737.

HSL color Cylindrical-coordinate representation of color #41305E: hue angle of 262.17º degrees, saturation: 0.32, 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 #41305E is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 48 94 -
CMYK 0.31 0.49 0 0.63
HSL 262.17º 0.32% 0.28% -
HSV(B) 262.17º 0.49% 0.37% -
XYZ 5.26 4.05 11.09 -
YUV 58.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 65 48 94 0.31 0.49 0 0.63 262.17 0.32 0.28
Hex 41 30 5E 1F 31 0 3F 106 20 1C
Octal 101 60 136 37 61 0 77 406 40 34
Binary 1000001 110000 1011110 11111 110001 0 111111 100000110 100000 11100

Color Harmonies of #41305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41305E

Black with #41305E

Text Example


Text Example

White with #41305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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