Html Css Color HEX #2B057B Persian Indigo

📋 copy color: '#2B057B'

red 43 ◦ green 5 ◦ blue 123

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

Shades of Persian Indigo #2B057B

Tints of Persian Indigo #2B057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 71.93%

R = 25.15%
G = 2.92%
B = 71.93%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B057B (or 0x2B057B) is known color: Persian Indigo. HEX triplet: 2B, 05 and 7B. RGB value is (43,5,123). Sum of RGB (Red+Green+Blue) = 43+5+123=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B057B is #D4FA84. Grayscale: #1D1D1D. Windows color (decimal): -13957765 or 8062251. OLE color: 8062251.

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

Color convert

RGB 43 5 123 -
CMYK 0.65 0.96 0 0.52
HSL 259.32º 0.92% 0.25% -
HSV(B) 259.32º 0.96% 0.48% -
XYZ 4.63 2.05 18.89 -
YUV 29.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 43 5 123 0.65 0.96 0 0.52 259.32 0.92 0.25
Hex 2B 5 7B 41 60 0 34 103 5C 19
Octal 53 5 173 101 140 0 64 403 134 31
Binary 101011 101 1111011 1000001 1100000 0 110100 100000011 1011100 11001

Color Harmonies of #2B057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B057B

Black with #2B057B

Text Example


Text Example

White with #2B057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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