Html Css Color HEX #2B057D Persian Indigo

📋 copy color: '#2B057D'

red 43 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #2B057D

Tints of Persian Indigo #2B057D

RGB

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

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

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

R = 24.86%
G = 2.89%
B = 72.25%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B057D (or 0x2B057D) is known color: Persian Indigo. HEX triplet: 2B, 05 and 7D. RGB value is (43,5,125). Sum of RGB (Red+Green+Blue) = 43+5+125=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B057D is #D4FA82. Grayscale: #1D1D1D. Windows color (decimal): -13957763 or 8193323. OLE color: 8193323.

HSL color Cylindrical-coordinate representation of color #2B057D: hue angle of 259º 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 #2B057D is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 5 125 -
CMYK 0.66 0.96 0 0.51
HSL 259º 0.92% 0.25% -
HSV(B) 259º 0.96% 0.49% -
XYZ 4.75 2.1 19.56 -
YUV 30.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 43 5 125 0.66 0.96 0 0.51 259 0.92 0.25
Hex 2B 5 7D 42 60 0 33 103 5C 19
Octal 53 5 175 102 140 0 63 403 134 31
Binary 101011 101 1111101 1000010 1100000 0 110011 100000011 1011100 11001

Color Harmonies of #2B057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B057D

Black with #2B057D

Text Example


Text Example

White with #2B057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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