Html Css Color HEX #41407A Jacksons Purple

📋 copy color: '#41407A'

red 65 ◦ green 64 ◦ blue 122

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

Shades of Jacksons Purple #41407A

Tints of Jacksons Purple #41407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 122 (48.05% from 255) = 48.61%

R = 25.9%
G = 25.5%
B = 48.61%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41407A (or 0x41407A) is known color: Jacksons Purple. HEX triplet: 41, 40 and 7A. RGB value is (65,64,122). Sum of RGB (Red+Green+Blue) = 65+64+122=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #41407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41407A is #BEBF85. Grayscale: #464646. Windows color (decimal): -12500870 or 8011841. OLE color: 8011841.

HSL color Cylindrical-coordinate representation of color #41407A: hue angle of 241.03º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41407A is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 64 122 -
CMYK 0.47 0.48 0 0.52
HSL 241.03º 0.31% 0.36% -
HSV(B) 241.03º 0.48% 0.48% -
XYZ 7.53 6.2 19.21 -
YUV 70.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 65 64 122 0.47 0.48 0 0.52 241.03 0.31 0.36
Hex 41 40 7A 2F 30 0 34 F1 1F 24
Octal 101 100 172 57 60 0 64 361 37 44
Binary 1000001 1000000 1111010 101111 110000 0 110100 11110001 11111 100100

Color Harmonies of #41407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41407A

Black with #41407A

Text Example


Text Example

White with #41407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41407A; }

 p { color: rgb(65,64,122); }

 H1.HeaderClassName
 {
   color: #41407A;
 }
 .AnyTagClassName
 {
   color: #41407A;
 }
</style>

background-color css

<style>
 a { background-color: #41407A; }

 a { background-color: rgb(65,64,122); }

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

border-color css

<style>
 span { border-color: #41407A; }

 span { border-color: rgb(65,64,122); }

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