Html Css Color HEX #2B0266 Persian Indigo

📋 copy color: '#2B0266'

red 43 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #2B0266

Tints of Persian Indigo #2B0266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 102 (40.23% from 255) = 69.39%

R = 29.25%
G = 1.36%
B = 69.39%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B0266 (or 0x2B0266) is known color: Persian Indigo. HEX triplet: 2B, 02 and 66. RGB value is (43,2,102). Sum of RGB (Red+Green+Blue) = 43+2+102=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B0266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0266 is #D4FD99. Grayscale: #191919. Windows color (decimal): -13958554 or 6685227. OLE color: 6685227.

HSL color Cylindrical-coordinate representation of color #2B0266: hue angle of 264.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0266 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 2 102 -
CMYK 0.58 0.98 0 0.6
HSL 264.6º 0.96% 0.2% -
HSV(B) 264.6º 0.98% 0.4% -
XYZ 3.42 1.52 12.68 -
YUV 25.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 43 2 102 0.58 0.98 0 0.6 264.6 0.96 0.2
Hex 2B 2 66 3A 62 0 3C 109 60 14
Octal 53 2 146 72 142 0 74 411 140 24
Binary 101011 10 1100110 111010 1100010 0 111100 100001001 1100000 10100

Color Harmonies of #2B0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0266

Black with #2B0266

Text Example


Text Example

White with #2B0266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,2,102); }

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

background-color css

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

 a { background-color: rgb(43,2,102); }

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

border-color css

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

 span { border-color: rgb(43,2,102); }

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