Html Css Color HEX #2B0185 Persian Indigo

📋 copy color: '#2B0185'

red 43 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #2B0185

Tints of Persian Indigo #2B0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 24.29%
G = 0.56%
B = 75.14%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B0185 (or 0x2B0185) is known color: Persian Indigo. HEX triplet: 2B, 01 and 85. RGB value is (43,1,133). Sum of RGB (Red+Green+Blue) = 43+1+133=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B0185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0185 is #D4FE7A. Grayscale: #1C1C1C. Windows color (decimal): -13958779 or 8716587. OLE color: 8716587.

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

Color convert

RGB 43 1 133 -
CMYK 0.68 0.99 0 0.48
HSL 259.09º 0.99% 0.26% -
HSV(B) 259.09º 0.99% 0.52% -
XYZ 5.24 2.23 22.34 -
YUV 28.61 186.91 138.27 -
System Red Green Blue C M Y K H S L
Decimal 43 1 133 0.68 0.99 0 0.48 259.09 0.99 0.26
Hex 2B 1 85 44 63 0 30 103 63 1A
Octal 53 1 205 104 143 0 60 403 143 32
Binary 101011 1 10000101 1000100 1100011 0 110000 100000011 1100011 11010

Color Harmonies of #2B0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0185

Black with #2B0185

Text Example


Text Example

White with #2B0185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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