Html Css Color HEX #41487D Jacksons Purple

📋 copy color: '#41487D'

red 65 ◦ green 72 ◦ blue 125

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

Shades of Jacksons Purple #41487D

Tints of Jacksons Purple #41487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 125 (49.22% from 255) = 47.71%

R = 24.81%
G = 27.48%
B = 47.71%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41487D (or 0x41487D) is known color: Jacksons Purple. HEX triplet: 41, 48 and 7D. RGB value is (65,72,125). Sum of RGB (Red+Green+Blue) = 65+72+125=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #41487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41487D is #BEB782. Grayscale: #4B4B4B. Windows color (decimal): -12498819 or 8210497. OLE color: 8210497.

HSL color Cylindrical-coordinate representation of color #41487D: hue angle of 233º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41487D is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 72 125 -
CMYK 0.48 0.42 0 0.51
HSL 233º 0.32% 0.37% -
HSV(B) 233º 0.48% 0.49% -
XYZ 8.2 7.24 20.37 -
YUV 75.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 65 72 125 0.48 0.42 0 0.51 233 0.32 0.37
Hex 41 48 7D 30 2A 0 33 E9 20 25
Octal 101 110 175 60 52 0 63 351 40 45
Binary 1000001 1001000 1111101 110000 101010 0 110011 11101001 100000 100101

Color Harmonies of #41487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41487D

Black with #41487D

Text Example


Text Example

White with #41487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41487D; }

 p { color: rgb(65,72,125); }

 H1.HeaderClassName
 {
   color: #41487D;
 }
 .AnyTagClassName
 {
   color: #41487D;
 }
</style>

background-color css

<style>
 a { background-color: #41487D; }

 a { background-color: rgb(65,72,125); }

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

border-color css

<style>
 span { border-color: #41487D; }

 span { border-color: rgb(65,72,125); }

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