Html Css Color HEX #2B15BE Persian Blue

📋 copy color: '#2B15BE'

red 43 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #2B15BE

Tints of Persian Blue #2B15BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 16.93%
G = 8.27%
B = 74.8%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B15BE (or 0x2B15BE) is known color: Persian Blue. HEX triplet: 2B, 15 and BE. RGB value is (43,21,190). Sum of RGB (Red+Green+Blue) = 43+21+190=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B15BE is #D4EA41. Grayscale: #2E2E2E. Windows color (decimal): -13953602 or 12457259. OLE color: 12457259.

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

Color convert

RGB 43 21 190 -
CMYK 0.77 0.89 0 0.25
HSL 247.81º 0.8% 0.41% -
HSV(B) 247.81º 0.89% 0.75% -
XYZ 10.56 4.77 49.08 -
YUV 46.84 208.79 125.26 -
System Red Green Blue C M Y K H S L
Decimal 43 21 190 0.77 0.89 0 0.25 247.81 0.8 0.41
Hex 2B 15 BE 4D 59 0 19 F8 50 29
Octal 53 25 276 115 131 0 31 370 120 51
Binary 101011 10101 10111110 1001101 1011001 0 11001 11111000 1010000 101001

Color Harmonies of #2B15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B15BE

Black with #2B15BE

Text Example


Text Example

White with #2B15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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