Html Css Color HEX #2B2185 Persian Indigo

📋 copy color: '#2B2185'

red 43 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #2B2185

Tints of Persian Indigo #2B2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.79%

 BLUE value IS 133 (52.34% from 255) = 63.64%

R = 20.57%
G = 15.79%
B = 63.64%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B2185 (or 0x2B2185) is known color: Persian Indigo. HEX triplet: 2B, 21 and 85. RGB value is (43,33,133). Sum of RGB (Red+Green+Blue) = 43+33+133=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2185 is #D4DE7A. Grayscale: #2F2F2F. Windows color (decimal): -13950587 or 8724779. OLE color: 8724779.

HSL color Cylindrical-coordinate representation of color #2B2185: hue angle of 246º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2185 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 33 133 -
CMYK 0.68 0.75 0 0.48
HSL 246º 0.6% 0.33% -
HSV(B) 246º 0.75% 0.52% -
XYZ 5.77 3.29 22.52 -
YUV 47.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 43 33 133 0.68 0.75 0 0.48 246 0.6 0.33
Hex 2B 21 85 44 4B 0 30 F6 3C 21
Octal 53 41 205 104 113 0 60 366 74 41
Binary 101011 100001 10000101 1000100 1001011 0 110000 11110110 111100 100001

Color Harmonies of #2B2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2185

Black with #2B2185

Text Example


Text Example

White with #2B2185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,133); }

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

background-color css

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

 a { background-color: rgb(43,33,133); }

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

border-color css

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

 span { border-color: rgb(43,33,133); }

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