Html Css Color HEX #2B0383 Persian Indigo

📋 copy color: '#2B0383'

red 43 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #2B0383

Tints of Persian Indigo #2B0383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 74.01%

R = 24.29%
G = 1.69%
B = 74.01%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2B0383 (or 0x2B0383) is known color: Persian Indigo. HEX triplet: 2B, 03 and 83. RGB value is (43,3,131). Sum of RGB (Red+Green+Blue) = 43+3+131=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B0383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0383 is #D4FC7C. Grayscale: #1D1D1D. Windows color (decimal): -13958269 or 8586027. OLE color: 8586027.

HSL color Cylindrical-coordinate representation of color #2B0383: hue angle of 258.75º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0383 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 3 131 -
CMYK 0.67 0.98 0 0.49
HSL 258.75º 0.96% 0.26% -
HSV(B) 258.75º 0.98% 0.51% -
XYZ 5.13 2.22 21.63 -
YUV 29.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 43 3 131 0.67 0.98 0 0.49 258.75 0.96 0.26
Hex 2B 3 83 43 62 0 31 103 60 1A
Octal 53 3 203 103 142 0 61 403 140 32
Binary 101011 11 10000011 1000011 1100010 0 110001 100000011 1100000 11010

Color Harmonies of #2B0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0383

Black with #2B0383

Text Example


Text Example

White with #2B0383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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