Html Css Color HEX #2B217A Persian Indigo

📋 copy color: '#2B217A'

red 43 ◦ green 33 ◦ blue 122

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

Shades of Persian Indigo #2B217A

Tints of Persian Indigo #2B217A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 122 (48.05% from 255) = 61.62%

R = 21.72%
G = 16.67%
B = 61.62%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B217A (or 0x2B217A) is known color: Persian Indigo. HEX triplet: 2B, 21 and 7A. RGB value is (43,33,122). Sum of RGB (Red+Green+Blue) = 43+33+122=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B217A is #D4DE85. Grayscale: #2D2D2D. Windows color (decimal): -13950598 or 8003883. OLE color: 8003883.

HSL color Cylindrical-coordinate representation of color #2B217A: hue angle of 246.74º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B217A is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 33 122 -
CMYK 0.65 0.73 0 0.52
HSL 246.74º 0.57% 0.3% -
HSV(B) 246.74º 0.73% 0.48% -
XYZ 5.05 3.01 18.73 -
YUV 46.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 43 33 122 0.65 0.73 0 0.52 246.74 0.57 0.3
Hex 2B 21 7A 41 49 0 34 F7 39 1E
Octal 53 41 172 101 111 0 64 367 71 36
Binary 101011 100001 1111010 1000001 1001001 0 110100 11110111 111001 11110

Color Harmonies of #2B217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B217A

Black with #2B217A

Text Example


Text Example

White with #2B217A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,33,122); }

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

background-color css

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

 a { background-color: rgb(43,33,122); }

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

border-color css

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

 span { border-color: rgb(43,33,122); }

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