Html Css Color HEX #2B087F Persian Indigo

📋 copy color: '#2B087F'

red 43 ◦ green 8 ◦ blue 127

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

Shades of Persian Indigo #2B087F

Tints of Persian Indigo #2B087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 127 (50% from 255) = 71.35%

R = 24.16%
G = 4.49%
B = 71.35%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B087F (or 0x2B087F) is known color: Persian Indigo. HEX triplet: 2B, 08 and 7F. RGB value is (43,8,127). Sum of RGB (Red+Green+Blue) = 43+8+127=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B087F is #D4F780. Grayscale: #1F1F1F. Windows color (decimal): -13956993 or 8325163. OLE color: 8325163.

HSL color Cylindrical-coordinate representation of color #2B087F: hue angle of 257.65º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B087F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 8 127 -
CMYK 0.66 0.94 0 0.50
HSL 257.65º 0.88% 0.26% -
HSV(B) 257.65º 0.94% 0.5% -
XYZ 4.91 2.22 20.25 -
YUV 32.03 181.6 135.82 -
System Red Green Blue C M Y K H S L
Decimal 43 8 127 0.66 0.94 0 0.50 257.65 0.88 0.26
Hex 2B 8 7F 42 5E 0 32 102 58 1A
Octal 53 10 177 102 136 0 62 402 130 32
Binary 101011 1000 1111111 1000010 1011110 0 110010 100000010 1011000 11010

Color Harmonies of #2B087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B087F

Black with #2B087F

Text Example


Text Example

White with #2B087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,8,127); }

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

background-color css

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

 a { background-color: rgb(43,8,127); }

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

border-color css

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

 span { border-color: rgb(43,8,127); }

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