Html Css Color HEX #424388 Jacksons Purple

📋 copy color: '#424388'

red 66 ◦ green 67 ◦ blue 136

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

Shades of Jacksons Purple #424388

Tints of Jacksons Purple #424388

RGB

 RED value IS 66 (26.17% from 255) = 24.54%

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

 BLUE value IS 136 (53.52% from 255) = 50.56%

R = 24.54%
G = 24.91%
B = 50.56%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424388 (or 0x424388) is known color: Jacksons Purple. HEX triplet: 42, 43 and 88. RGB value is (66,67,136). Sum of RGB (Red+Green+Blue) = 66+67+136=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #424388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424388 is #BDBC77. Grayscale: #4A4A4A. Windows color (decimal): -12434552 or 8930114. OLE color: 8930114.

HSL color Cylindrical-coordinate representation of color #424388: hue angle of 239.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424388 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 67 136 -
CMYK 0.51 0.51 0 0.47
HSL 239.14º 0.35% 0.4% -
HSV(B) 239.14º 0.51% 0.53% -
XYZ 8.7 6.95 24.18 -
YUV 74.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 66 67 136 0.51 0.51 0 0.47 239.14 0.35 0.4
Hex 42 43 88 33 33 0 2F EF 23 28
Octal 102 103 210 63 63 0 57 357 43 50
Binary 1000010 1000011 10001000 110011 110011 0 101111 11101111 100011 101000

Color Harmonies of #424388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424388

Black with #424388

Text Example


Text Example

White with #424388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424388; }

 p { color: rgb(66,67,136); }

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

background-color css

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

 a { background-color: rgb(66,67,136); }

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

border-color css

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

 span { border-color: rgb(66,67,136); }

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