Html Css Color HEX #2D057A Persian Indigo

📋 copy color: '#2D057A'

red 45 ◦ green 5 ◦ blue 122

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

Shades of Persian Indigo #2D057A

Tints of Persian Indigo #2D057A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 122 (48.05% from 255) = 70.93%

R = 26.16%
G = 2.91%
B = 70.93%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2D057A (or 0x2D057A) is known color: Persian Indigo. HEX triplet: 2D, 05 and 7A. RGB value is (45,5,122). Sum of RGB (Red+Green+Blue) = 45+5+122=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D057A is #D2FA85. Grayscale: #1D1D1D. Windows color (decimal): -13826694 or 7996717. OLE color: 7996717.

HSL color Cylindrical-coordinate representation of color #2D057A: hue angle of 260.51º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D057A is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 45 5 122 -
CMYK 0.63 0.96 0 0.52
HSL 260.51º 0.92% 0.25% -
HSV(B) 260.51º 0.96% 0.48% -
XYZ 4.65 2.07 18.57 -
YUV 30.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 45 5 122 0.63 0.96 0 0.52 260.51 0.92 0.25
Hex 2D 5 7A 3F 60 0 34 105 5C 19
Octal 55 5 172 77 140 0 64 405 134 31
Binary 101101 101 1111010 111111 1100000 0 110100 100000101 1011100 11001

Color Harmonies of #2D057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D057A

Black with #2D057A

Text Example


Text Example

White with #2D057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,5,122); }

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

background-color css

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

 a { background-color: rgb(45,5,122); }

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

border-color css

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

 span { border-color: rgb(45,5,122); }

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