Html Css Color HEX #2D088D Persian Indigo

📋 copy color: '#2D088D'

red 45 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #2D088D

Tints of Persian Indigo #2D088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 23.2%
G = 4.12%
B = 72.68%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D088D (or 0x2D088D) is known color: Persian Indigo. HEX triplet: 2D, 08 and 8D. RGB value is (45,8,141). Sum of RGB (Red+Green+Blue) = 45+8+141=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D088D is #D2F772. Grayscale: #212121. Windows color (decimal): -13825907 or 9242669. OLE color: 9242669.

HSL color Cylindrical-coordinate representation of color #2D088D: hue angle of 256.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D088D is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 8 141 -
CMYK 0.68 0.94 0 0.45
HSL 256.69º 0.89% 0.29% -
HSV(B) 256.69º 0.94% 0.55% -
XYZ 5.98 2.65 25.4 -
YUV 34.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 45 8 141 0.68 0.94 0 0.45 256.69 0.89 0.29
Hex 2D 8 8D 44 5E 0 2D 101 59 1D
Octal 55 10 215 104 136 0 55 401 131 35
Binary 101101 1000 10001101 1000100 1011110 0 101101 100000001 1011001 11101

Color Harmonies of #2D088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D088D

Black with #2D088D

Text Example


Text Example

White with #2D088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,8,141); }

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

background-color css

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

 a { background-color: rgb(45,8,141); }

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

border-color css

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

 span { border-color: rgb(45,8,141); }

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