Html Css Color HEX #2B1EBE Persian Blue

📋 copy color: '#2B1EBE'

red 43 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #2B1EBE

Tints of Persian Blue #2B1EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 190 (74.61% from 255) = 72.24%

R = 16.35%
G = 11.41%
B = 72.24%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B1EBE (or 0x2B1EBE) is known color: Persian Blue. HEX triplet: 2B, 1E and BE. RGB value is (43,30,190). Sum of RGB (Red+Green+Blue) = 43+30+190=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B1EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1EBE is #D4E141. Grayscale: #333333. Windows color (decimal): -13951298 or 12459563. OLE color: 12459563.

HSL color Cylindrical-coordinate representation of color #2B1EBE: hue angle of 244.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1EBE is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 30 190 -
CMYK 0.77 0.84 0 0.25
HSL 244.88º 0.73% 0.43% -
HSV(B) 244.88º 0.84% 0.75% -
XYZ 10.75 5.16 49.14 -
YUV 52.13 205.81 121.49 -
System Red Green Blue C M Y K H S L
Decimal 43 30 190 0.77 0.84 0 0.25 244.88 0.73 0.43
Hex 2B 1E BE 4D 54 0 19 F5 49 2B
Octal 53 36 276 115 124 0 31 365 111 53
Binary 101011 11110 10111110 1001101 1010100 0 11001 11110101 1001001 101011

Color Harmonies of #2B1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1EBE

Black with #2B1EBE

Text Example


Text Example

White with #2B1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,30,190); }

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

background-color css

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

 a { background-color: rgb(43,30,190); }

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

border-color css

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

 span { border-color: rgb(43,30,190); }

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