Html Css Color HEX #2B006C Persian Indigo

📋 copy color: '#2B006C'

red 43 ◦ green 0 ◦ blue 108

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

Shades of Persian Indigo #2B006C

Tints of Persian Indigo #2B006C

RGB

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

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

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

R = 28.48%
G = 0%
B = 71.52%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B006C (or 0x2B006C) is known color: Persian Indigo. HEX triplet: 2B, 00 and 6C. RGB value is (43,0,108). Sum of RGB (Red+Green+Blue) = 43+0+108=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B006C is #D4FF93. Grayscale: #181818. Windows color (decimal): -13959060 or 7077931. OLE color: 7077931.

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

Color convert

RGB 43 0 108 -
CMYK 0.60 1 0 0.58
HSL 263.89º 1% 0.21% -
HSV(B) 263.89º 1% 0.42% -
XYZ 3.7 1.6 14.3 -
YUV 25.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 43 0 108 0.60 1 0 0.58 263.89 1 0.21
Hex 2B 0 6C 3C 64 0 3A 108 64 15
Octal 53 0 154 74 144 0 72 410 144 25
Binary 101011 0 1101100 111100 1100100 0 111010 100001000 1100100 10101

Color Harmonies of #2B006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B006C

Black with #2B006C

Text Example


Text Example

White with #2B006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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