Html Css Color HEX #2B057C Persian Indigo

📋 copy color: '#2B057C'

red 43 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #2B057C

Tints of Persian Indigo #2B057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 72.09%

R = 25%
G = 2.91%
B = 72.09%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B057C (or 0x2B057C) is known color: Persian Indigo. HEX triplet: 2B, 05 and 7C. RGB value is (43,5,124). Sum of RGB (Red+Green+Blue) = 43+5+124=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B057C is #D4FA83. Grayscale: #1D1D1D. Windows color (decimal): -13957764 or 8127787. OLE color: 8127787.

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

Color convert

RGB 43 5 124 -
CMYK 0.65 0.96 0 0.51
HSL 259.16º 0.92% 0.25% -
HSV(B) 259.16º 0.96% 0.49% -
XYZ 4.69 2.08 19.22 -
YUV 29.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 43 5 124 0.65 0.96 0 0.51 259.16 0.92 0.25
Hex 2B 5 7C 41 60 0 33 103 5C 19
Octal 53 5 174 101 140 0 63 403 134 31
Binary 101011 101 1111100 1000001 1100000 0 110011 100000011 1011100 11001

Color Harmonies of #2B057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B057C

Black with #2B057C

Text Example


Text Example

White with #2B057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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