Html Css Color HEX #2B038B Persian Indigo

📋 copy color: '#2B038B'

red 43 ◦ green 3 ◦ blue 139

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

Shades of Persian Indigo #2B038B

Tints of Persian Indigo #2B038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.62%

 BLUE value IS 139 (54.69% from 255) = 75.14%

R = 23.24%
G = 1.62%
B = 75.14%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B038B (or 0x2B038B) is known color: Persian Indigo. HEX triplet: 2B, 03 and 8B. RGB value is (43,3,139). Sum of RGB (Red+Green+Blue) = 43+3+139=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B038B is #D4FC74. Grayscale: #1D1D1D. Windows color (decimal): -13958261 or 9110315. OLE color: 9110315.

HSL color Cylindrical-coordinate representation of color #2B038B: hue angle of 257.65º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B038B is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 3 139 -
CMYK 0.69 0.98 0 0.45
HSL 257.65º 0.96% 0.28% -
HSV(B) 257.65º 0.98% 0.55% -
XYZ 5.69 2.44 24.6 -
YUV 30.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 43 3 139 0.69 0.98 0 0.45 257.65 0.96 0.28
Hex 2B 3 8B 45 62 0 2D 102 60 1C
Octal 53 3 213 105 142 0 55 402 140 34
Binary 101011 11 10001011 1000101 1100010 0 101101 100000010 1100000 11100

Color Harmonies of #2B038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B038B

Black with #2B038B

Text Example


Text Example

White with #2B038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,3,139); }

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

background-color css

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

 a { background-color: rgb(43,3,139); }

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

border-color css

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

 span { border-color: rgb(43,3,139); }

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