Html Css Color HEX #2B0691 Persian Indigo

📋 copy color: '#2B0691'

red 43 ◦ green 6 ◦ blue 145

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

Shades of Persian Indigo #2B0691

Tints of Persian Indigo #2B0691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 22.16%
G = 3.09%
B = 74.74%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B0691 (or 0x2B0691) is known color: Persian Indigo. HEX triplet: 2B, 06 and 91. RGB value is (43,6,145). Sum of RGB (Red+Green+Blue) = 43+6+145=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B0691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0691 is #D4F96E. Grayscale: #202020. Windows color (decimal): -13957487 or 9504299. OLE color: 9504299.

HSL color Cylindrical-coordinate representation of color #2B0691: hue angle of 255.97º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0691 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 6 145 -
CMYK 0.70 0.96 0 0.43
HSL 255.97º 0.92% 0.3% -
HSV(B) 255.97º 0.96% 0.57% -
XYZ 6.17 2.69 26.98 -
YUV 32.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 43 6 145 0.70 0.96 0 0.43 255.97 0.92 0.3
Hex 2B 6 91 46 60 0 2B 100 5C 1E
Octal 53 6 221 106 140 0 53 400 134 36
Binary 101011 110 10010001 1000110 1100000 0 101011 100000000 1011100 11110

Color Harmonies of #2B0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0691

Black with #2B0691

Text Example


Text Example

White with #2B0691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,6,145); }

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

background-color css

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

 a { background-color: rgb(43,6,145); }

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

border-color css

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

 span { border-color: rgb(43,6,145); }

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