Html Css Color HEX #2A1FAD Persian Blue

📋 copy color: '#2A1FAD'

red 42 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #2A1FAD

Tints of Persian Blue #2A1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.6%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 17.07%
G = 12.6%
B = 70.33%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2A1FAD (or 0x2A1FAD) is known color: Persian Blue. HEX triplet: 2A, 1F and AD. RGB value is (42,31,173). Sum of RGB (Red+Green+Blue) = 42+31+173=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A1FAD is #D5E052. Grayscale: #313131. Windows color (decimal): -14016595 or 11345706. OLE color: 11345706.

HSL color Cylindrical-coordinate representation of color #2A1FAD: hue angle of 244.65º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1FAD is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 31 173 -
CMYK 0.76 0.82 0 0.32
HSL 244.65º 0.7% 0.4% -
HSV(B) 244.65º 0.82% 0.68% -
XYZ 8.99 4.49 39.93 -
YUV 50.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 42 31 173 0.76 0.82 0 0.32 244.65 0.7 0.4
Hex 2A 1F AD 4C 52 0 20 F5 46 28
Octal 52 37 255 114 122 0 40 365 106 50
Binary 101010 11111 10101101 1001100 1010010 0 100000 11110101 1000110 101000

Color Harmonies of #2A1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1FAD

Black with #2A1FAD

Text Example


Text Example

White with #2A1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,31,173); }

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

background-color css

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

 a { background-color: rgb(42,31,173); }

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

border-color css

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

 span { border-color: rgb(42,31,173); }

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