Html Css Color HEX #2D0561 Persian Indigo

📋 copy color: '#2D0561'

red 45 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #2D0561

Tints of Persian Indigo #2D0561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.99%

R = 30.61%
G = 3.4%
B = 65.99%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D0561 (or 0x2D0561) is known color: Persian Indigo. HEX triplet: 2D, 05 and 61. RGB value is (45,5,97). Sum of RGB (Red+Green+Blue) = 45+5+97=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0561 is #D2FA9E. Grayscale: #1B1B1B. Windows color (decimal): -13826719 or 6358317. OLE color: 6358317.

HSL color Cylindrical-coordinate representation of color #2D0561: hue angle of 266.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0561 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 5 97 -
CMYK 0.54 0.95 0 0.62
HSL 266.09º 0.9% 0.2% -
HSV(B) 266.09º 0.95% 0.38% -
XYZ 3.29 1.53 11.43 -
YUV 27.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 45 5 97 0.54 0.95 0 0.62 266.09 0.9 0.2
Hex 2D 5 61 36 5F 0 3E 10A 5A 14
Octal 55 5 141 66 137 0 76 412 132 24
Binary 101101 101 1100001 110110 1011111 0 111110 100001010 1011010 10100

Color Harmonies of #2D0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0561

Black with #2D0561

Text Example


Text Example

White with #2D0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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