Html Css Color HEX #2B006D Persian Indigo

📋 copy color: '#2B006D'

red 43 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #2B006D

Tints of Persian Indigo #2B006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 71.71%

R = 28.29%
G = 0%
B = 71.71%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B006D (or 0x2B006D) is known color: Persian Indigo. HEX triplet: 2B, 00 and 6D. RGB value is (43,0,109). Sum of RGB (Red+Green+Blue) = 43+0+109=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B006D is #D4FF92. Grayscale: #181818. Windows color (decimal): -13959059 or 7143467. OLE color: 7143467.

HSL color Cylindrical-coordinate representation of color #2B006D: hue angle of 263.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B006D is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 0 109 -
CMYK 0.61 1 0 0.57
HSL 263.67º 1% 0.21% -
HSV(B) 263.67º 1% 0.43% -
XYZ 3.76 1.62 14.58 -
YUV 25.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 43 0 109 0.61 1 0 0.57 263.67 1 0.21
Hex 2B 0 6D 3D 64 0 39 108 64 15
Octal 53 0 155 75 144 0 71 410 144 25
Binary 101011 0 1101101 111101 1100100 0 111001 100001000 1100100 10101

Color Harmonies of #2B006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B006D

Black with #2B006D

Text Example


Text Example

White with #2B006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,0,109); }

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

background-color css

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

 a { background-color: rgb(43,0,109); }

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

border-color css

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

 span { border-color: rgb(43,0,109); }

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