Html Css Color HEX #2B0F87 Persian Indigo

📋 copy color: '#2B0F87'

red 43 ◦ green 15 ◦ blue 135

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

Shades of Persian Indigo #2B0F87

Tints of Persian Indigo #2B0F87

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

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

R = 22.28%
G = 7.77%
B = 69.95%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B0F87 (or 0x2B0F87) is known color: Persian Indigo. HEX triplet: 2B, 0F and 87. RGB value is (43,15,135). Sum of RGB (Red+Green+Blue) = 43+15+135=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #2B0F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F87 is #D4F078. Grayscale: #242424. Windows color (decimal): -13955193 or 8851243. OLE color: 8851243.

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

Color convert

RGB 43 15 135 -
CMYK 0.68 0.89 0 0.47
HSL 254º 0.8% 0.29% -
HSV(B) 254º 0.89% 0.53% -
XYZ 5.54 2.6 23.13 -
YUV 37.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 43 15 135 0.68 0.89 0 0.47 254 0.8 0.29
Hex 2B F 87 44 59 0 2F FE 50 1D
Octal 53 17 207 104 131 0 57 376 120 35
Binary 101011 1111 10000111 1000100 1011001 0 101111 11111110 1010000 11101

Color Harmonies of #2B0F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0F87

Black with #2B0F87

Text Example


Text Example

White with #2B0F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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