Html Css Color HEX #2A3092 Jacksons Purple

📋 copy color: '#2A3092'

red 42 ◦ green 48 ◦ blue 146

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

Shades of Jacksons Purple #2A3092

Tints of Jacksons Purple #2A3092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 17.8%
G = 20.34%
B = 61.86%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2A3092 (or 0x2A3092) is known color: Jacksons Purple. HEX triplet: 2A, 30 and 92. RGB value is (42,48,146). Sum of RGB (Red+Green+Blue) = 42+48+146=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3092 is #D5CF6D. Grayscale: #383838. Windows color (decimal): -14012270 or 9580586. OLE color: 9580586.

HSL color Cylindrical-coordinate representation of color #2A3092: hue angle of 236.54º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A3092 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 42 48 146 -
CMYK 0.71 0.67 0 0.43
HSL 236.54º 0.55% 0.37% -
HSV(B) 236.54º 0.71% 0.57% -
XYZ 7.2 4.68 27.72 -
YUV 57.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 42 48 146 0.71 0.67 0 0.43 236.54 0.55 0.37
Hex 2A 30 92 47 43 0 2B ED 37 25
Octal 52 60 222 107 103 0 53 355 67 45
Binary 101010 110000 10010010 1000111 1000011 0 101011 11101101 110111 100101

Color Harmonies of #2A3092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3092

Black with #2A3092

Text Example


Text Example

White with #2A3092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,48,146); }

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

background-color css

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

 a { background-color: rgb(42,48,146); }

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

border-color css

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

 span { border-color: rgb(42,48,146); }

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