Html Css Color HEX #2B0992 Persian Indigo

📋 copy color: '#2B0992'

red 43 ◦ green 9 ◦ blue 146

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

Shades of Persian Indigo #2B0992

Tints of Persian Indigo #2B0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 146 (57.42% from 255) = 73.74%

R = 21.72%
G = 4.55%
B = 73.74%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B0992 (or 0x2B0992) is known color: Persian Indigo. HEX triplet: 2B, 09 and 92. RGB value is (43,9,146). Sum of RGB (Red+Green+Blue) = 43+9+146=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0992 is #D4F66D. Grayscale: #222222. Windows color (decimal): -13956718 or 9570603. OLE color: 9570603.

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

Color convert

RGB 43 9 146 -
CMYK 0.71 0.94 0 0.43
HSL 254.89º 0.88% 0.3% -
HSV(B) 254.89º 0.94% 0.57% -
XYZ 6.28 2.78 27.4 -
YUV 34.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 43 9 146 0.71 0.94 0 0.43 254.89 0.88 0.3
Hex 2B 9 92 47 5E 0 2B FF 58 1E
Octal 53 11 222 107 136 0 53 377 130 36
Binary 101011 1001 10010010 1000111 1011110 0 101011 11111111 1011000 11110

Color Harmonies of #2B0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0992

Black with #2B0992

Text Example


Text Example

White with #2B0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,146); }

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

background-color css

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

 a { background-color: rgb(43,9,146); }

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

border-color css

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

 span { border-color: rgb(43,9,146); }

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