Html Css Color HEX #404583 Jacksons Purple

📋 copy color: '#404583'

red 64 ◦ green 69 ◦ blue 131

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

Shades of Jacksons Purple #404583

Tints of Jacksons Purple #404583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 24.24%
G = 26.14%
B = 49.62%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#404583 (or 0x404583) is known color: Jacksons Purple. HEX triplet: 40, 45 and 83. RGB value is (64,69,131). Sum of RGB (Red+Green+Blue) = 64+69+131=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #404583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404583 is #BFBA7C. Grayscale: #4A4A4A. Windows color (decimal): -12565117 or 8602944. OLE color: 8602944.

HSL color Cylindrical-coordinate representation of color #404583: hue angle of 235.52º 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 #404583 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 69 131 -
CMYK 0.51 0.47 0 0.49
HSL 235.52º 0.34% 0.38% -
HSV(B) 235.52º 0.51% 0.51% -
XYZ 8.34 6.98 22.38 -
YUV 74.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 64 69 131 0.51 0.47 0 0.49 235.52 0.34 0.38
Hex 40 45 83 33 2F 0 31 EC 22 26
Octal 100 105 203 63 57 0 61 354 42 46
Binary 1000000 1000101 10000011 110011 101111 0 110001 11101100 100010 100110

Color Harmonies of #404583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404583

Black with #404583

Text Example


Text Example

White with #404583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404583; }

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

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

background-color css

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

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

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

border-color css

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

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

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