Html Css Color HEX #41447A Jacksons Purple

📋 copy color: '#41447A'

red 65 ◦ green 68 ◦ blue 122

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

Shades of Jacksons Purple #41447A

Tints of Jacksons Purple #41447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 25.49%
G = 26.67%
B = 47.84%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41447A (or 0x41447A) is known color: Jacksons Purple. HEX triplet: 41, 44 and 7A. RGB value is (65,68,122). Sum of RGB (Red+Green+Blue) = 65+68+122=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #41447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41447A is #BEBB85. Grayscale: #494949. Windows color (decimal): -12499846 or 8012865. OLE color: 8012865.

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

Color convert

RGB 65 68 122 -
CMYK 0.47 0.44 0 0.52
HSL 236.84º 0.3% 0.37% -
HSV(B) 236.84º 0.47% 0.48% -
XYZ 7.76 6.66 19.29 -
YUV 73.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 65 68 122 0.47 0.44 0 0.52 236.84 0.3 0.37
Hex 41 44 7A 2F 2C 0 34 ED 1E 25
Octal 101 104 172 57 54 0 64 355 36 45
Binary 1000001 1000100 1111010 101111 101100 0 110100 11101101 11110 100101

Color Harmonies of #41447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41447A

Black with #41447A

Text Example


Text Example

White with #41447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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