Html Css Color HEX #2D1B85 Persian Indigo

📋 copy color: '#2D1B85'

red 45 ◦ green 27 ◦ blue 133

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

Shades of Persian Indigo #2D1B85

Tints of Persian Indigo #2D1B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 21.95%
G = 13.17%
B = 64.88%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D1B85 (or 0x2D1B85) is known color: Persian Indigo. HEX triplet: 2D, 1B and 85. RGB value is (45,27,133). Sum of RGB (Red+Green+Blue) = 45+27+133=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D1B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1B85 is #D2E47A. Grayscale: #2C2C2C. Windows color (decimal): -13821051 or 8723245. OLE color: 8723245.

HSL color Cylindrical-coordinate representation of color #2D1B85: hue angle of 250.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1B85 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 27 133 -
CMYK 0.66 0.80 0 0.48
HSL 250.19º 0.66% 0.31% -
HSV(B) 250.19º 0.8% 0.52% -
XYZ 5.71 3.04 22.48 -
YUV 44.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 45 27 133 0.66 0.80 0 0.48 250.19 0.66 0.31
Hex 2D 1B 85 42 50 0 30 FA 42 1F
Octal 55 33 205 102 120 0 60 372 102 37
Binary 101101 11011 10000101 1000010 1010000 0 110000 11111010 1000010 11111

Color Harmonies of #2D1B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1B85

Black with #2D1B85

Text Example


Text Example

White with #2D1B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,27,133); }

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

background-color css

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

 a { background-color: rgb(45,27,133); }

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

border-color css

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

 span { border-color: rgb(45,27,133); }

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