Html Css Color HEX #41407B Jacksons Purple

📋 copy color: '#41407B'

red 65 ◦ green 64 ◦ blue 123

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

Shades of Jacksons Purple #41407B

Tints of Jacksons Purple #41407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.81%

R = 25.79%
G = 25.4%
B = 48.81%

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

#41407B (or 0x41407B) is known color: Jacksons Purple. HEX triplet: 41, 40 and 7B. RGB value is (65,64,123). Sum of RGB (Red+Green+Blue) = 65+64+123=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #41407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41407B is #BEBF84. Grayscale: #464646. Windows color (decimal): -12500869 or 8077377. OLE color: 8077377.

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

Color convert

RGB 65 64 123 -
CMYK 0.47 0.48 0 0.52
HSL 241.02º 0.32% 0.37% -
HSV(B) 241.02º 0.48% 0.48% -
XYZ 7.59 6.22 19.54 -
YUV 71.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 65 64 123 0.47 0.48 0 0.52 241.02 0.32 0.37
Hex 41 40 7B 2F 30 0 34 F1 20 25
Octal 101 100 173 57 60 0 64 361 40 45
Binary 1000001 1000000 1111011 101111 110000 0 110100 11110001 100000 100101

Color Harmonies of #41407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41407B

Black with #41407B

Text Example


Text Example

White with #41407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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