Html Css Color HEX #2D1F95 Persian Indigo

📋 copy color: '#2D1F95'

red 45 ◦ green 31 ◦ blue 149

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

Shades of Persian Indigo #2D1F95

Tints of Persian Indigo #2D1F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 20%
G = 13.78%
B = 66.22%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1F95 (or 0x2D1F95) is known color: Persian Indigo. HEX triplet: 2D, 1F and 95. RGB value is (45,31,149). Sum of RGB (Red+Green+Blue) = 45+31+149=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D1F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1F95 is #D2E06A. Grayscale: #303030. Windows color (decimal): -13820011 or 9772845. OLE color: 9772845.

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

Color convert

RGB 45 31 149 -
CMYK 0.70 0.79 0 0.42
HSL 247.12º 0.66% 0.35% -
HSV(B) 247.12º 0.79% 0.58% -
XYZ 7 3.71 28.78 -
YUV 48.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 45 31 149 0.70 0.79 0 0.42 247.12 0.66 0.35
Hex 2D 1F 95 46 4F 0 2A F7 42 23
Octal 55 37 225 106 117 0 52 367 102 43
Binary 101101 11111 10010101 1000110 1001111 0 101010 11110111 1000010 100011

Color Harmonies of #2D1F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1F95

Black with #2D1F95

Text Example


Text Example

White with #2D1F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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