Html Css Color HEX #2B0B6C Persian Indigo

📋 copy color: '#2B0B6C'

red 43 ◦ green 11 ◦ blue 108

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

Shades of Persian Indigo #2B0B6C

Tints of Persian Indigo #2B0B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

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

R = 26.54%
G = 6.79%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B0B6C (or 0x2B0B6C) is known color: Persian Indigo. HEX triplet: 2B, 0B and 6C. RGB value is (43,11,108). Sum of RGB (Red+Green+Blue) = 43+11+108=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B0B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0B6C is #D4F493. Grayscale: #1F1F1F. Windows color (decimal): -13956244 or 7080747. OLE color: 7080747.

HSL color Cylindrical-coordinate representation of color #2B0B6C: hue angle of 259.79º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0B6C is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 11 108 -
CMYK 0.60 0.90 0 0.58
HSL 259.79º 0.82% 0.23% -
HSV(B) 259.79º 0.9% 0.42% -
XYZ 3.82 1.84 14.34 -
YUV 31.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 43 11 108 0.60 0.90 0 0.58 259.79 0.82 0.23
Hex 2B B 6C 3C 5A 0 3A 104 52 17
Octal 53 13 154 74 132 0 72 404 122 27
Binary 101011 1011 1101100 111100 1011010 0 111010 100000100 1010010 10111

Color Harmonies of #2B0B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0B6C

Black with #2B0B6C

Text Example


Text Example

White with #2B0B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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