Html Css Color HEX #2B1CBB Persian Blue

📋 copy color: '#2B1CBB'

red 43 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #2B1CBB

Tints of Persian Blue #2B1CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

 BLUE value IS 187 (73.44% from 255) = 72.48%

R = 16.67%
G = 10.85%
B = 72.48%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B1CBB (or 0x2B1CBB) is known color: Persian Blue. HEX triplet: 2B, 1C and BB. RGB value is (43,28,187). Sum of RGB (Red+Green+Blue) = 43+28+187=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #2B1CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1CBB is #D4E344. Grayscale: #313131. Windows color (decimal): -13951813 or 12262443. OLE color: 12262443.

HSL color Cylindrical-coordinate representation of color #2B1CBB: hue angle of 245.66º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B1CBB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 28 187 -
CMYK 0.77 0.85 0 0.27
HSL 245.66º 0.74% 0.42% -
HSV(B) 245.66º 0.85% 0.73% -
XYZ 10.38 4.93 47.42 -
YUV 50.61 204.97 122.57 -
System Red Green Blue C M Y K H S L
Decimal 43 28 187 0.77 0.85 0 0.27 245.66 0.74 0.42
Hex 2B 1C BB 4D 55 0 1B F6 4A 2A
Octal 53 34 273 115 125 0 33 366 112 52
Binary 101011 11100 10111011 1001101 1010101 0 11011 11110110 1001010 101010

Color Harmonies of #2B1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1CBB

Black with #2B1CBB

Text Example


Text Example

White with #2B1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,28,187); }

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

background-color css

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

 a { background-color: rgb(43,28,187); }

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

border-color css

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

 span { border-color: rgb(43,28,187); }

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