Html Css Color HEX #404183 Jacksons Purple

📋 copy color: '#404183'

red 64 ◦ green 65 ◦ blue 131

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

Shades of Jacksons Purple #404183

Tints of Jacksons Purple #404183

RGB

 RED value IS 64 (25.39% from 255) = 24.62%

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 24.62%
G = 25%
B = 50.38%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404183 (or 0x404183) is known color: Jacksons Purple. HEX triplet: 40, 41 and 83. RGB value is (64,65,131). Sum of RGB (Red+Green+Blue) = 64+65+131=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #404183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404183 is #BFBE7C. Grayscale: #474747. Windows color (decimal): -12566141 or 8601920. OLE color: 8601920.

HSL color Cylindrical-coordinate representation of color #404183: hue angle of 239.1º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404183 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 65 131 -
CMYK 0.51 0.50 0 0.49
HSL 239.1º 0.34% 0.38% -
HSV(B) 239.1º 0.51% 0.51% -
XYZ 8.1 6.51 22.3 -
YUV 72.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 64 65 131 0.51 0.50 0 0.49 239.1 0.34 0.38
Hex 40 41 83 33 32 0 31 EF 22 26
Octal 100 101 203 63 62 0 61 357 42 46
Binary 1000000 1000001 10000011 110011 110010 0 110001 11101111 100010 100110

Color Harmonies of #404183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404183

Black with #404183

Text Example


Text Example

White with #404183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404183; }

 p { color: rgb(64,65,131); }

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

background-color css

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

 a { background-color: rgb(64,65,131); }

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

border-color css

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

 span { border-color: rgb(64,65,131); }

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