Html Css Color HEX #41387B Jacksons Purple

📋 copy color: '#41387B'

red 65 ◦ green 56 ◦ blue 123

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

Shades of Jacksons Purple #41387B

Tints of Jacksons Purple #41387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

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

R = 26.64%
G = 22.95%
B = 50.41%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41387B (or 0x41387B) is known color: Jacksons Purple. HEX triplet: 41, 38 and 7B. RGB value is (65,56,123). Sum of RGB (Red+Green+Blue) = 65+56+123=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #41387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41387B is #BEC784. Grayscale: #424242. Windows color (decimal): -12502917 or 8075329. OLE color: 8075329.

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

Color convert

RGB 65 56 123 -
CMYK 0.47 0.54 0 0.52
HSL 248.06º 0.37% 0.35% -
HSV(B) 248.06º 0.54% 0.48% -
XYZ 7.17 5.38 19.4 -
YUV 66.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 65 56 123 0.47 0.54 0 0.52 248.06 0.37 0.35
Hex 41 38 7B 2F 36 0 34 F8 25 23
Octal 101 70 173 57 66 0 64 370 45 43
Binary 1000001 111000 1111011 101111 110110 0 110100 11111000 100101 100011

Color Harmonies of #41387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41387B

Black with #41387B

Text Example


Text Example

White with #41387B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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