Html Css Color HEX #2B0A71 Persian Indigo

📋 copy color: '#2B0A71'

red 43 ◦ green 10 ◦ blue 113

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

Shades of Persian Indigo #2B0A71

Tints of Persian Indigo #2B0A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.02%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 25.9%
G = 6.02%
B = 68.07%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B0A71 (or 0x2B0A71) is known color: Persian Indigo. HEX triplet: 2B, 0A and 71. RGB value is (43,10,113). Sum of RGB (Red+Green+Blue) = 43+10+113=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A71 is #D4F58E. Grayscale: #1F1F1F. Windows color (decimal): -13956495 or 7408171. OLE color: 7408171.

HSL color Cylindrical-coordinate representation of color #2B0A71: hue angle of 259.22º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0A71 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 10 113 -
CMYK 0.62 0.91 0 0.56
HSL 259.22º 0.84% 0.24% -
HSV(B) 259.22º 0.91% 0.44% -
XYZ 4.09 1.92 15.78 -
YUV 31.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 43 10 113 0.62 0.91 0 0.56 259.22 0.84 0.24
Hex 2B A 71 3E 5B 0 38 103 54 18
Octal 53 12 161 76 133 0 70 403 124 30
Binary 101011 1010 1110001 111110 1011011 0 111000 100000011 1010100 11000

Color Harmonies of #2B0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0A71

Black with #2B0A71

Text Example


Text Example

White with #2B0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,10,113); }

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

background-color css

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

 a { background-color: rgb(43,10,113); }

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

border-color css

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

 span { border-color: rgb(43,10,113); }

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