Html Css Color HEX #2B2087 Persian Indigo

📋 copy color: '#2B2087'

red 43 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #2B2087

Tints of Persian Indigo #2B2087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 20.48%
G = 15.24%
B = 64.29%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B2087 (or 0x2B2087) is known color: Persian Indigo. HEX triplet: 2B, 20 and 87. RGB value is (43,32,135). Sum of RGB (Red+Green+Blue) = 43+32+135=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B2087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2087 is #D4DF78. Grayscale: #2E2E2E. Windows color (decimal): -13950841 or 8855595. OLE color: 8855595.

HSL color Cylindrical-coordinate representation of color #2B2087: hue angle of 246.41º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2087 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 32 135 -
CMYK 0.68 0.76 0 0.47
HSL 246.41º 0.62% 0.33% -
HSV(B) 246.41º 0.76% 0.53% -
XYZ 5.89 3.3 23.25 -
YUV 47.03 177.64 125.12 -
System Red Green Blue C M Y K H S L
Decimal 43 32 135 0.68 0.76 0 0.47 246.41 0.62 0.33
Hex 2B 20 87 44 4C 0 2F F6 3E 21
Octal 53 40 207 104 114 0 57 366 76 41
Binary 101011 100000 10000111 1000100 1001100 0 101111 11110110 111110 100001

Color Harmonies of #2B2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2087

Black with #2B2087

Text Example


Text Example

White with #2B2087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,135); }

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

background-color css

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

 a { background-color: rgb(43,32,135); }

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

border-color css

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

 span { border-color: rgb(43,32,135); }

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