Html Css Color HEX #2B0268 Persian Indigo

📋 copy color: '#2B0268'

red 43 ◦ green 2 ◦ blue 104

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

Shades of Persian Indigo #2B0268

Tints of Persian Indigo #2B0268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 28.86%
G = 1.34%
B = 69.8%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B0268 (or 0x2B0268) is known color: Persian Indigo. HEX triplet: 2B, 02 and 68. RGB value is (43,2,104). Sum of RGB (Red+Green+Blue) = 43+2+104=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B0268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0268 is #D4FD97. Grayscale: #191919. Windows color (decimal): -13958552 or 6816299. OLE color: 6816299.

HSL color Cylindrical-coordinate representation of color #2B0268: hue angle of 264.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0268 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 2 104 -
CMYK 0.59 0.98 0 0.59
HSL 264.12º 0.96% 0.21% -
HSV(B) 264.12º 0.98% 0.41% -
XYZ 3.52 1.56 13.21 -
YUV 25.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 43 2 104 0.59 0.98 0 0.59 264.12 0.96 0.21
Hex 2B 2 68 3B 62 0 3B 108 60 15
Octal 53 2 150 73 142 0 73 410 140 25
Binary 101011 10 1101000 111011 1100010 0 111011 100001000 1100000 10101

Color Harmonies of #2B0268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0268

Black with #2B0268

Text Example


Text Example

White with #2B0268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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