Html Css Color HEX #2B0D77 Persian Indigo

📋 copy color: '#2B0D77'

red 43 ◦ green 13 ◦ blue 119

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

Shades of Persian Indigo #2B0D77

Tints of Persian Indigo #2B0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.43%

 BLUE value IS 119 (46.88% from 255) = 68%

R = 24.57%
G = 7.43%
B = 68%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2B0D77 (or 0x2B0D77) is known color: Persian Indigo. HEX triplet: 2B, 0D and 77. RGB value is (43,13,119). Sum of RGB (Red+Green+Blue) = 43+13+119=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B0D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0D77 is #D4F288. Grayscale: #212121. Windows color (decimal): -13955721 or 7802155. OLE color: 7802155.

HSL color Cylindrical-coordinate representation of color #2B0D77: hue angle of 256.98º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0D77 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 13 119 -
CMYK 0.64 0.89 0 0.53
HSL 256.98º 0.8% 0.26% -
HSV(B) 256.98º 0.89% 0.47% -
XYZ 4.47 2.13 17.63 -
YUV 34.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 43 13 119 0.64 0.89 0 0.53 256.98 0.8 0.26
Hex 2B D 77 40 59 0 35 101 50 1A
Octal 53 15 167 100 131 0 65 401 120 32
Binary 101011 1101 1110111 1000000 1011001 0 110101 100000001 1010000 11010

Color Harmonies of #2B0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0D77

Black with #2B0D77

Text Example


Text Example

White with #2B0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,13,119); }

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

background-color css

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

 a { background-color: rgb(43,13,119); }

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

border-color css

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

 span { border-color: rgb(43,13,119); }

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