Html Css Color HEX #2B0093 Persian Indigo

📋 copy color: '#2B0093'

red 43 ◦ green 0 ◦ blue 147

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

Shades of Persian Indigo #2B0093

Tints of Persian Indigo #2B0093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 22.63%
G = 0%
B = 77.37%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B0093 (or 0x2B0093) is known color: Persian Indigo. HEX triplet: 2B, 00 and 93. RGB value is (43,0,147). Sum of RGB (Red+Green+Blue) = 43+0+147=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0093 is #D4FF6C. Grayscale: #1D1D1D. Windows color (decimal): -13959021 or 9633835. OLE color: 9633835.

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

Color convert

RGB 43 0 147 -
CMYK 0.71 1 0 0.42
HSL 257.55º 1% 0.29% -
HSV(B) 257.55º 1% 0.58% -
XYZ 6.26 2.62 27.78 -
YUV 29.62 194.25 137.55 -
System Red Green Blue C M Y K H S L
Decimal 43 0 147 0.71 1 0 0.42 257.55 1 0.29
Hex 2B 0 93 47 64 0 2A 102 64 1D
Octal 53 0 223 107 144 0 52 402 144 35
Binary 101011 0 10010011 1000111 1100100 0 101010 100000010 1100100 11101

Color Harmonies of #2B0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0093

Black with #2B0093

Text Example


Text Example

White with #2B0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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