Html Css Color HEX #2B056C Persian Indigo

📋 copy color: '#2B056C'

red 43 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #2B056C

Tints of Persian Indigo #2B056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 27.56%
G = 3.21%
B = 69.23%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B056C (or 0x2B056C) is known color: Persian Indigo. HEX triplet: 2B, 05 and 6C. RGB value is (43,5,108). Sum of RGB (Red+Green+Blue) = 43+5+108=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B056C is #D4FA93. Grayscale: #1B1B1B. Windows color (decimal): -13957780 or 7079211. OLE color: 7079211.

HSL color Cylindrical-coordinate representation of color #2B056C: hue angle of 262.14º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B056C is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 5 108 -
CMYK 0.60 0.95 0 0.58
HSL 262.14º 0.91% 0.22% -
HSV(B) 262.14º 0.95% 0.42% -
XYZ 3.76 1.7 14.32 -
YUV 28.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 43 5 108 0.60 0.95 0 0.58 262.14 0.91 0.22
Hex 2B 5 6C 3C 5F 0 3A 106 5B 16
Octal 53 5 154 74 137 0 72 406 133 26
Binary 101011 101 1101100 111100 1011111 0 111010 100000110 1011011 10110

Color Harmonies of #2B056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B056C

Black with #2B056C

Text Example


Text Example

White with #2B056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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