Html Css Color HEX #41377B Jacksons Purple

📋 copy color: '#41377B'

red 65 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #41377B

Tints of Jacksons Purple #41377B

RGB

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

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

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

R = 26.75%
G = 22.63%
B = 50.62%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41377B (or 0x41377B) is known color: Jacksons Purple. HEX triplet: 41, 37 and 7B. RGB value is (65,55,123). Sum of RGB (Red+Green+Blue) = 65+55+123=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #41377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41377B is #BEC884. Grayscale: #414141. Windows color (decimal): -12503173 or 8075073. OLE color: 8075073.

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

Color convert

RGB 65 55 123 -
CMYK 0.47 0.55 0 0.52
HSL 248.82º 0.38% 0.35% -
HSV(B) 248.82º 0.55% 0.48% -
XYZ 7.12 5.29 19.38 -
YUV 65.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 65 55 123 0.47 0.55 0 0.52 248.82 0.38 0.35
Hex 41 37 7B 2F 37 0 34 F9 26 23
Octal 101 67 173 57 67 0 64 371 46 43
Binary 1000001 110111 1111011 101111 110111 0 110100 11111001 100110 100011

Color Harmonies of #41377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41377B

Black with #41377B

Text Example


Text Example

White with #41377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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