Html Css Color HEX #2D088A Persian Indigo

📋 copy color: '#2D088A'

red 45 ◦ green 8 ◦ blue 138

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

Shades of Persian Indigo #2D088A

Tints of Persian Indigo #2D088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 72.25%

R = 23.56%
G = 4.19%
B = 72.25%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D088A (or 0x2D088A) is known color: Persian Indigo. HEX triplet: 2D, 08 and 8A. RGB value is (45,8,138). Sum of RGB (Red+Green+Blue) = 45+8+138=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D088A is #D2F775. Grayscale: #212121. Windows color (decimal): -13825910 or 9046061. OLE color: 9046061.

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

Color convert

RGB 45 8 138 -
CMYK 0.67 0.94 0 0.46
HSL 257.08º 0.89% 0.29% -
HSV(B) 257.08º 0.94% 0.54% -
XYZ 5.76 2.57 24.24 -
YUV 33.88 186.76 135.93 -
System Red Green Blue C M Y K H S L
Decimal 45 8 138 0.67 0.94 0 0.46 257.08 0.89 0.29
Hex 2D 8 8A 43 5E 0 2E 101 59 1D
Octal 55 10 212 103 136 0 56 401 131 35
Binary 101101 1000 10001010 1000011 1011110 0 101110 100000001 1011001 11101

Color Harmonies of #2D088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D088A

Black with #2D088A

Text Example


Text Example

White with #2D088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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