Html Css Color HEX #2B108A Persian Indigo

📋 copy color: '#2B108A'

red 43 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #2B108A

Tints of Persian Indigo #2B108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 138 (54.3% from 255) = 70.05%

R = 21.83%
G = 8.12%
B = 70.05%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B108A (or 0x2B108A) is known color: Persian Indigo. HEX triplet: 2B, 10 and 8A. RGB value is (43,16,138). Sum of RGB (Red+Green+Blue) = 43+16+138=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B108A is #D4EF75. Grayscale: #252525. Windows color (decimal): -13954934 or 9048107. OLE color: 9048107.

HSL color Cylindrical-coordinate representation of color #2B108A: hue angle of 253.28º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B108A is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 16 138 -
CMYK 0.69 0.88 0 0.46
HSL 253.28º 0.79% 0.3% -
HSV(B) 253.28º 0.88% 0.54% -
XYZ 5.77 2.72 24.27 -
YUV 37.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 43 16 138 0.69 0.88 0 0.46 253.28 0.79 0.3
Hex 2B 10 8A 45 58 0 2E FD 4F 1E
Octal 53 20 212 105 130 0 56 375 117 36
Binary 101011 10000 10001010 1000101 1011000 0 101110 11111101 1001111 11110

Color Harmonies of #2B108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B108A

Black with #2B108A

Text Example


Text Example

White with #2B108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,16,138); }

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

background-color css

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

 a { background-color: rgb(43,16,138); }

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

border-color css

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

 span { border-color: rgb(43,16,138); }

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