Html Css Color HEX #2D1FAD Persian Blue

📋 copy color: '#2D1FAD'

red 45 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #2D1FAD

Tints of Persian Blue #2D1FAD

RGB

 RED value IS 45 (17.97% from 255) = 18.07%

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

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

R = 18.07%
G = 12.45%
B = 69.48%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D1FAD (or 0x2D1FAD) is known color: Persian Blue. HEX triplet: 2D, 1F and AD. RGB value is (45,31,173). Sum of RGB (Red+Green+Blue) = 45+31+173=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1FAD is #D2E052. Grayscale: #323232. Windows color (decimal): -13819987 or 11345709. OLE color: 11345709.

HSL color Cylindrical-coordinate representation of color #2D1FAD: hue angle of 245.92º 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 #2D1FAD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 31 173 -
CMYK 0.74 0.82 0 0.32
HSL 245.92º 0.7% 0.4% -
HSV(B) 245.92º 0.82% 0.68% -
XYZ 9.12 4.55 39.93 -
YUV 51.37 196.64 123.45 -
System Red Green Blue C M Y K H S L
Decimal 45 31 173 0.74 0.82 0 0.32 245.92 0.7 0.4
Hex 2D 1F AD 4A 52 0 20 F6 46 28
Octal 55 37 255 112 122 0 40 366 106 50
Binary 101101 11111 10101101 1001010 1010010 0 100000 11110110 1000110 101000

Color Harmonies of #2D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1FAD

Black with #2D1FAD

Text Example


Text Example

White with #2D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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