Html Css Color HEX #2B0584 Persian Indigo

📋 copy color: '#2B0584'

red 43 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #2B0584

Tints of Persian Indigo #2B0584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 132 (51.95% from 255) = 73.33%

R = 23.89%
G = 2.78%
B = 73.33%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B0584 (or 0x2B0584) is known color: Persian Indigo. HEX triplet: 2B, 05 and 84. RGB value is (43,5,132). Sum of RGB (Red+Green+Blue) = 43+5+132=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0584 is #D4FA7B. Grayscale: #1E1E1E. Windows color (decimal): -13957756 or 8652075. OLE color: 8652075.

HSL color Cylindrical-coordinate representation of color #2B0584: hue angle of 257.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0584 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 5 132 -
CMYK 0.67 0.96 0 0.48
HSL 257.95º 0.93% 0.27% -
HSV(B) 257.95º 0.96% 0.52% -
XYZ 5.22 2.29 22 -
YUV 30.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 43 5 132 0.67 0.96 0 0.48 257.95 0.93 0.27
Hex 2B 5 84 43 60 0 30 102 5D 1B
Octal 53 5 204 103 140 0 60 402 135 33
Binary 101011 101 10000100 1000011 1100000 0 110000 100000010 1011101 11011

Color Harmonies of #2B0584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0584

Black with #2B0584

Text Example


Text Example

White with #2B0584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,5,132); }

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

background-color css

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

 a { background-color: rgb(43,5,132); }

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

border-color css

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

 span { border-color: rgb(43,5,132); }

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