Html Css Color HEX #2B0470 Persian Indigo

📋 copy color: '#2B0470'

red 43 ◦ green 4 ◦ blue 112

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

Shades of Persian Indigo #2B0470

Tints of Persian Indigo #2B0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 112 (44.14% from 255) = 70.44%

R = 27.04%
G = 2.52%
B = 70.44%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B0470 (or 0x2B0470) is known color: Persian Indigo. HEX triplet: 2B, 04 and 70. RGB value is (43,4,112). Sum of RGB (Red+Green+Blue) = 43+4+112=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0470 is #D4FB8F. Grayscale: #1B1B1B. Windows color (decimal): -13958032 or 7341099. OLE color: 7341099.

HSL color Cylindrical-coordinate representation of color #2B0470: hue angle of 261.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B0470 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 4 112 -
CMYK 0.62 0.96 0 0.56
HSL 261.67º 0.93% 0.23% -
HSV(B) 261.67º 0.96% 0.44% -
XYZ 3.96 1.77 15.46 -
YUV 27.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 43 4 112 0.62 0.96 0 0.56 261.67 0.93 0.23
Hex 2B 4 70 3E 60 0 38 106 5D 17
Octal 53 4 160 76 140 0 70 406 135 27
Binary 101011 100 1110000 111110 1100000 0 111000 100000110 1011101 10111

Color Harmonies of #2B0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0470

Black with #2B0470

Text Example


Text Example

White with #2B0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,4,112); }

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

background-color css

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

 a { background-color: rgb(43,4,112); }

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

border-color css

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

 span { border-color: rgb(43,4,112); }

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