Html Css Color HEX #2D1286 Persian Indigo

📋 copy color: '#2D1286'

red 45 ◦ green 18 ◦ blue 134

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

Shades of Persian Indigo #2D1286

Tints of Persian Indigo #2D1286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 134 (52.73% from 255) = 68.02%

R = 22.84%
G = 9.14%
B = 68.02%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D1286 (or 0x2D1286) is known color: Persian Indigo. HEX triplet: 2D, 12 and 86. RGB value is (45,18,134). Sum of RGB (Red+Green+Blue) = 45+18+134=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D1286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1286 is #D2ED79. Grayscale: #262626. Windows color (decimal): -13823354 or 8786477. OLE color: 8786477.

HSL color Cylindrical-coordinate representation of color #2D1286: hue angle of 253.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D1286 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 18 134 -
CMYK 0.66 0.87 0 0.47
HSL 253.97º 0.76% 0.3% -
HSV(B) 253.97º 0.87% 0.53% -
XYZ 5.6 2.71 22.78 -
YUV 39.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 45 18 134 0.66 0.87 0 0.47 253.97 0.76 0.3
Hex 2D 12 86 42 57 0 2F FE 4C 1E
Octal 55 22 206 102 127 0 57 376 114 36
Binary 101101 10010 10000110 1000010 1010111 0 101111 11111110 1001100 11110

Color Harmonies of #2D1286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1286

Black with #2D1286

Text Example


Text Example

White with #2D1286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,18,134); }

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

background-color css

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

 a { background-color: rgb(45,18,134); }

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

border-color css

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

 span { border-color: rgb(45,18,134); }

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