Html Css Color HEX #2A2D94 Jacksons Purple

📋 copy color: '#2A2D94'

red 42 ◦ green 45 ◦ blue 148

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

Shades of Jacksons Purple #2A2D94

Tints of Jacksons Purple #2A2D94

RGB

 RED value IS 42 (16.8% from 255) = 17.87%

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 148 (58.2% from 255) = 62.98%

R = 17.87%
G = 19.15%
B = 62.98%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A2D94 (or 0x2A2D94) is known color: Jacksons Purple. HEX triplet: 2A, 2D and 94. RGB value is (42,45,148). Sum of RGB (Red+Green+Blue) = 42+45+148=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #2A2D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D94 is #D5D26B. Grayscale: #373737. Windows color (decimal): -14013036 or 9710890. OLE color: 9710890.

HSL color Cylindrical-coordinate representation of color #2A2D94: hue angle of 238.3º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2D94 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 45 148 -
CMYK 0.72 0.70 0 0.42
HSL 238.3º 0.56% 0.37% -
HSV(B) 238.3º 0.72% 0.58% -
XYZ 7.24 4.51 28.51 -
YUV 55.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 42 45 148 0.72 0.70 0 0.42 238.3 0.56 0.37
Hex 2A 2D 94 48 46 0 2A EE 38 25
Octal 52 55 224 110 106 0 52 356 70 45
Binary 101010 101101 10010100 1001000 1000110 0 101010 11101110 111000 100101

Color Harmonies of #2A2D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2D94

Black with #2A2D94

Text Example


Text Example

White with #2A2D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2D94; }

 p { color: rgb(42,45,148); }

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

background-color css

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

 a { background-color: rgb(42,45,148); }

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

border-color css

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

 span { border-color: rgb(42,45,148); }

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