Html Css Color HEX #2D1095 Persian Indigo

📋 copy color: '#2D1095'

red 45 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #2D1095

Tints of Persian Indigo #2D1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 21.43%
G = 7.62%
B = 70.95%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D1095 (or 0x2D1095) is known color: Persian Indigo. HEX triplet: 2D, 10 and 95. RGB value is (45,16,149). Sum of RGB (Red+Green+Blue) = 45+16+149=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1095 is #D2EF6A. Grayscale: #272727. Windows color (decimal): -13823851 or 9769005. OLE color: 9769005.

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

Color convert

RGB 45 16 149 -
CMYK 0.70 0.89 0 0.42
HSL 253.08º 0.81% 0.32% -
HSV(B) 253.08º 0.89% 0.58% -
XYZ 6.69 3.1 28.68 -
YUV 39.83 189.61 131.69 -
System Red Green Blue C M Y K H S L
Decimal 45 16 149 0.70 0.89 0 0.42 253.08 0.81 0.32
Hex 2D 10 95 46 59 0 2A FD 51 20
Octal 55 20 225 106 131 0 52 375 121 40
Binary 101101 10000 10010101 1000110 1011001 0 101010 11111101 1010001 100000

Color Harmonies of #2D1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1095

Black with #2D1095

Text Example


Text Example

White with #2D1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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