Html Css Color HEX #2B0A72 Persian Indigo

📋 copy color: '#2B0A72'

red 43 ◦ green 10 ◦ blue 114

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

Shades of Persian Indigo #2B0A72

Tints of Persian Indigo #2B0A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.26%

R = 25.75%
G = 5.99%
B = 68.26%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B0A72 (or 0x2B0A72) is known color: Persian Indigo. HEX triplet: 2B, 0A and 72. RGB value is (43,10,114). Sum of RGB (Red+Green+Blue) = 43+10+114=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A72 is #D4F58D. Grayscale: #1F1F1F. Windows color (decimal): -13956494 or 7473707. OLE color: 7473707.

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

Color convert

RGB 43 10 114 -
CMYK 0.62 0.91 0 0.55
HSL 259.04º 0.84% 0.24% -
HSV(B) 259.04º 0.91% 0.45% -
XYZ 4.14 1.95 16.08 -
YUV 31.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 43 10 114 0.62 0.91 0 0.55 259.04 0.84 0.24
Hex 2B A 72 3E 5B 0 37 103 54 18
Octal 53 12 162 76 133 0 67 403 124 30
Binary 101011 1010 1110010 111110 1011011 0 110111 100000011 1010100 11000

Color Harmonies of #2B0A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0A72

Black with #2B0A72

Text Example


Text Example

White with #2B0A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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