Html Css Color HEX #41377C Jacksons Purple

📋 copy color: '#41377C'

red 65 ◦ green 55 ◦ blue 124

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

Shades of Jacksons Purple #41377C

Tints of Jacksons Purple #41377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 26.64%
G = 22.54%
B = 50.82%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41377C (or 0x41377C) is known color: Jacksons Purple. HEX triplet: 41, 37 and 7C. RGB value is (65,55,124). Sum of RGB (Red+Green+Blue) = 65+55+124=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #41377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41377C is #BEC883. Grayscale: #414141. Windows color (decimal): -12503172 or 8140609. OLE color: 8140609.

HSL color Cylindrical-coordinate representation of color #41377C: hue angle of 248.7º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41377C is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 55 124 -
CMYK 0.48 0.56 0 0.51
HSL 248.7º 0.39% 0.35% -
HSV(B) 248.7º 0.56% 0.49% -
XYZ 7.18 5.31 19.72 -
YUV 65.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 65 55 124 0.48 0.56 0 0.51 248.7 0.39 0.35
Hex 41 37 7C 30 38 0 33 F9 27 23
Octal 101 67 174 60 70 0 63 371 47 43
Binary 1000001 110111 1111100 110000 111000 0 110011 11111001 100111 100011

Color Harmonies of #41377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41377C

Black with #41377C

Text Example


Text Example

White with #41377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41377C; }

 p { color: rgb(65,55,124); }

 H1.HeaderClassName
 {
   color: #41377C;
 }
 .AnyTagClassName
 {
   color: #41377C;
 }
</style>

background-color css

<style>
 a { background-color: #41377C; }

 a { background-color: rgb(65,55,124); }

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

border-color css

<style>
 span { border-color: #41377C; }

 span { border-color: rgb(65,55,124); }

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