Html Css Color HEX #2B2285 Persian Indigo

📋 copy color: '#2B2285'

red 43 ◦ green 34 ◦ blue 133

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

Shades of Persian Indigo #2B2285

Tints of Persian Indigo #2B2285

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

 BLUE value IS 133 (52.34% from 255) = 63.33%

R = 20.48%
G = 16.19%
B = 63.33%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2B2285 (or 0x2B2285) is known color: Persian Indigo. HEX triplet: 2B, 22 and 85. RGB value is (43,34,133). Sum of RGB (Red+Green+Blue) = 43+34+133=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B2285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2285 is #D4DD7A. Grayscale: #2F2F2F. Windows color (decimal): -13950331 or 8725035. OLE color: 8725035.

HSL color Cylindrical-coordinate representation of color #2B2285: hue angle of 245.45º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B2285 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 34 133 -
CMYK 0.68 0.74 0 0.48
HSL 245.45º 0.59% 0.33% -
HSV(B) 245.45º 0.74% 0.52% -
XYZ 5.8 3.35 22.53 -
YUV 47.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 43 34 133 0.68 0.74 0 0.48 245.45 0.59 0.33
Hex 2B 22 85 44 4A 0 30 F5 3B 21
Octal 53 42 205 104 112 0 60 365 73 41
Binary 101011 100010 10000101 1000100 1001010 0 110000 11110101 111011 100001

Color Harmonies of #2B2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2285

Black with #2B2285

Text Example


Text Example

White with #2B2285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,34,133); }

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

background-color css

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

 a { background-color: rgb(43,34,133); }

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

border-color css

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

 span { border-color: rgb(43,34,133); }

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