Html Css Color HEX #2D1086 Persian Indigo

📋 copy color: '#2D1086'

red 45 ◦ green 16 ◦ blue 134

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

Shades of Persian Indigo #2D1086

Tints of Persian Indigo #2D1086

RGB

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

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

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

R = 23.08%
G = 8.21%
B = 68.72%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D1086 (or 0x2D1086) is known color: Persian Indigo. HEX triplet: 2D, 10 and 86. RGB value is (45,16,134). Sum of RGB (Red+Green+Blue) = 45+16+134=195 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.08% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D1086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1086 is #D2EF79. Grayscale: #252525. Windows color (decimal): -13823866 or 8785965. OLE color: 8785965.

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

Color convert

RGB 45 16 134 -
CMYK 0.66 0.88 0 0.47
HSL 254.75º 0.79% 0.29% -
HSV(B) 254.75º 0.88% 0.53% -
XYZ 5.57 2.65 22.77 -
YUV 38.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 45 16 134 0.66 0.88 0 0.47 254.75 0.79 0.29
Hex 2D 10 86 42 58 0 2F FF 4F 1D
Octal 55 20 206 102 130 0 57 377 117 35
Binary 101101 10000 10000110 1000010 1011000 0 101111 11111111 1001111 11101

Color Harmonies of #2D1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1086

Black with #2D1086

Text Example


Text Example

White with #2D1086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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