Html Css Color HEX #41438C Jacksons Purple

📋 copy color: '#41438C'

red 65 ◦ green 67 ◦ blue 140

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

Shades of Jacksons Purple #41438C

Tints of Jacksons Purple #41438C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 140 (55.08% from 255) = 51.47%

R = 23.9%
G = 24.63%
B = 51.47%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41438C (or 0x41438C) is known color: Jacksons Purple. HEX triplet: 41, 43 and 8C. RGB value is (65,67,140). Sum of RGB (Red+Green+Blue) = 65+67+140=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #41438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41438C is #BEBC73. Grayscale: #4A4A4A. Windows color (decimal): -12500084 or 9192257. OLE color: 9192257.

HSL color Cylindrical-coordinate representation of color #41438C: hue angle of 238.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41438C is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 67 140 -
CMYK 0.54 0.52 0 0.45
HSL 238.4º 0.37% 0.4% -
HSV(B) 238.4º 0.54% 0.55% -
XYZ 8.92 7.03 25.7 -
YUV 74.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 65 67 140 0.54 0.52 0 0.45 238.4 0.37 0.4
Hex 41 43 8C 36 34 0 2D EE 25 28
Octal 101 103 214 66 64 0 55 356 45 50
Binary 1000001 1000011 10001100 110110 110100 0 101101 11101110 100101 101000

Color Harmonies of #41438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41438C

Black with #41438C

Text Example


Text Example

White with #41438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,67,140); }

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

background-color css

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

 a { background-color: rgb(65,67,140); }

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

border-color css

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

 span { border-color: rgb(65,67,140); }

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