Html Css Color HEX #2B227D Persian Indigo

📋 copy color: '#2B227D'

red 43 ◦ green 34 ◦ blue 125

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

Shades of Persian Indigo #2B227D

Tints of Persian Indigo #2B227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.88%

R = 21.29%
G = 16.83%
B = 61.88%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B227D (or 0x2B227D) is known color: Persian Indigo. HEX triplet: 2B, 22 and 7D. RGB value is (43,34,125). Sum of RGB (Red+Green+Blue) = 43+34+125=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B227D is #D4DD82. Grayscale: #2E2E2E. Windows color (decimal): -13950339 or 8200747. OLE color: 8200747.

HSL color Cylindrical-coordinate representation of color #2B227D: hue angle of 245.93º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B227D is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 34 125 -
CMYK 0.66 0.73 0 0.51
HSL 245.93º 0.57% 0.31% -
HSV(B) 245.93º 0.73% 0.49% -
XYZ 5.27 3.14 19.73 -
YUV 47.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 43 34 125 0.66 0.73 0 0.51 245.93 0.57 0.31
Hex 2B 22 7D 42 49 0 33 F6 39 1F
Octal 53 42 175 102 111 0 63 366 71 37
Binary 101011 100010 1111101 1000010 1001001 0 110011 11110110 111001 11111

Color Harmonies of #2B227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B227D

Black with #2B227D

Text Example


Text Example

White with #2B227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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