Html Css Color HEX #2B0372 Persian Indigo

📋 copy color: '#2B0372'

red 43 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #2B0372

Tints of Persian Indigo #2B0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 26.88%
G = 1.88%
B = 71.25%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B0372 (or 0x2B0372) is known color: Persian Indigo. HEX triplet: 2B, 03 and 72. RGB value is (43,3,114). Sum of RGB (Red+Green+Blue) = 43+3+114=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #2B0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0372 is #D4FC8D. Grayscale: #1B1B1B. Windows color (decimal): -13958286 or 7471915. OLE color: 7471915.

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

Color convert

RGB 43 3 114 -
CMYK 0.62 0.97 0 0.55
HSL 261.62º 0.95% 0.23% -
HSV(B) 261.62º 0.97% 0.45% -
XYZ 4.07 1.79 16.05 -
YUV 27.61 176.75 138.97 -
System Red Green Blue C M Y K H S L
Decimal 43 3 114 0.62 0.97 0 0.55 261.62 0.95 0.23
Hex 2B 3 72 3E 61 0 37 106 5F 17
Octal 53 3 162 76 141 0 67 406 137 27
Binary 101011 11 1110010 111110 1100001 0 110111 100000110 1011111 10111

Color Harmonies of #2B0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0372

Black with #2B0372

Text Example


Text Example

White with #2B0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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