Html Css Color HEX #2B227F Persian Indigo

📋 copy color: '#2B227F'

red 43 ◦ green 34 ◦ blue 127

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

Shades of Persian Indigo #2B227F

Tints of Persian Indigo #2B227F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 127 (50% from 255) = 62.25%

R = 21.08%
G = 16.67%
B = 62.25%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B227F (or 0x2B227F) is known color: Persian Indigo. HEX triplet: 2B, 22 and 7F. RGB value is (43,34,127). Sum of RGB (Red+Green+Blue) = 43+34+127=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B227F is #D4DD80. Grayscale: #2E2E2E. Windows color (decimal): -13950337 or 8331819. OLE color: 8331819.

HSL color Cylindrical-coordinate representation of color #2B227F: hue angle of 245.81º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B227F is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 34 127 -
CMYK 0.66 0.73 0 0.50
HSL 245.81º 0.58% 0.32% -
HSV(B) 245.81º 0.73% 0.5% -
XYZ 5.4 3.19 20.41 -
YUV 47.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 43 34 127 0.66 0.73 0 0.50 245.81 0.58 0.32
Hex 2B 22 7F 42 49 0 32 F6 3A 20
Octal 53 42 177 102 111 0 62 366 72 40
Binary 101011 100010 1111111 1000010 1001001 0 110010 11110110 111010 100000

Color Harmonies of #2B227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B227F

Black with #2B227F

Text Example


Text Example

White with #2B227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,34,127); }

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

background-color css

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

 a { background-color: rgb(43,34,127); }

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

border-color css

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

 span { border-color: rgb(43,34,127); }

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