Html Css Color HEX #2D1FAE Persian Blue

📋 copy color: '#2D1FAE'

red 45 ◦ green 31 ◦ blue 174

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

Shades of Persian Blue #2D1FAE

Tints of Persian Blue #2D1FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.6%

R = 18%
G = 12.4%
B = 69.6%

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

#2D1FAE (or 0x2D1FAE) is known color: Persian Blue. HEX triplet: 2D, 1F and AE. RGB value is (45,31,174). Sum of RGB (Red+Green+Blue) = 45+31+174=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1FAE is #D2E051. Grayscale: #323232. Windows color (decimal): -13819986 or 11411245. OLE color: 11411245.

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

Color convert

RGB 45 31 174 -
CMYK 0.74 0.82 0 0.32
HSL 245.87º 0.7% 0.4% -
HSV(B) 245.87º 0.82% 0.68% -
XYZ 9.21 4.59 40.45 -
YUV 51.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 45 31 174 0.74 0.82 0 0.32 245.87 0.7 0.4
Hex 2D 1F AE 4A 52 0 20 F6 46 28
Octal 55 37 256 112 122 0 40 366 106 50
Binary 101101 11111 10101110 1001010 1010010 0 100000 11110110 1000110 101000

Color Harmonies of #2D1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1FAE

Black with #2D1FAE

Text Example


Text Example

White with #2D1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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