Html Css Color HEX #2B0561 Persian Indigo

📋 copy color: '#2B0561'

red 43 ◦ green 5 ◦ blue 97

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

Shades of Persian Indigo #2B0561

Tints of Persian Indigo #2B0561

RGB

 RED value IS 43 (17.19% from 255) = 29.66%

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

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

R = 29.66%
G = 3.45%
B = 66.9%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B0561 (or 0x2B0561) is known color: Persian Indigo. HEX triplet: 2B, 05 and 61. RGB value is (43,5,97). Sum of RGB (Red+Green+Blue) = 43+5+97=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0561 is #D4FA9E. Grayscale: #1A1A1A. Windows color (decimal): -13957791 or 6358315. OLE color: 6358315.

HSL color Cylindrical-coordinate representation of color #2B0561: hue angle of 264.78º 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 #2B0561 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 5 97 -
CMYK 0.56 0.95 0 0.62
HSL 264.78º 0.9% 0.2% -
HSV(B) 264.78º 0.95% 0.38% -
XYZ 3.21 1.49 11.43 -
YUV 26.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 43 5 97 0.56 0.95 0 0.62 264.78 0.9 0.2
Hex 2B 5 61 38 5F 0 3E 109 5A 14
Octal 53 5 141 70 137 0 76 411 132 24
Binary 101011 101 1100001 111000 1011111 0 111110 100001001 1011010 10100

Color Harmonies of #2B0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0561

Black with #2B0561

Text Example


Text Example

White with #2B0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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