Html Css Color HEX #41427A Jacksons Purple

📋 copy color: '#41427A'

red 65 ◦ green 66 ◦ blue 122

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

Shades of Jacksons Purple #41427A

Tints of Jacksons Purple #41427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 25.69%
G = 26.09%
B = 48.22%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41427A (or 0x41427A) is known color: Jacksons Purple. HEX triplet: 41, 42 and 7A. RGB value is (65,66,122). Sum of RGB (Red+Green+Blue) = 65+66+122=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #41427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427A is #BEBD85. Grayscale: #474747. Windows color (decimal): -12500358 or 8012353. OLE color: 8012353.

HSL color Cylindrical-coordinate representation of color #41427A: hue angle of 238.95º 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 #41427A is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 66 122 -
CMYK 0.47 0.46 0 0.52
HSL 238.95º 0.3% 0.37% -
HSV(B) 238.95º 0.47% 0.48% -
XYZ 7.64 6.43 19.25 -
YUV 72.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 65 66 122 0.47 0.46 0 0.52 238.95 0.3 0.37
Hex 41 42 7A 2F 2E 0 34 EF 1E 25
Octal 101 102 172 57 56 0 64 357 36 45
Binary 1000001 1000010 1111010 101111 101110 0 110100 11101111 11110 100101

Color Harmonies of #41427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41427A

Black with #41427A

Text Example


Text Example

White with #41427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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