Html Css Color HEX #2B27BA Persian Blue

📋 copy color: '#2B27BA'

red 43 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #2B27BA

Tints of Persian Blue #2B27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 16.04%
G = 14.55%
B = 69.4%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B27BA (or 0x2B27BA) is known color: Persian Blue. HEX triplet: 2B, 27 and BA. RGB value is (43,39,186). Sum of RGB (Red+Green+Blue) = 43+39+186=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B27BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B27BA is #D4D845. Grayscale: #383838. Windows color (decimal): -13948998 or 12199723. OLE color: 12199723.

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

Color convert

RGB 43 39 186 -
CMYK 0.77 0.79 0 0.27
HSL 241.63º 0.65% 0.44% -
HSV(B) 241.63º 0.79% 0.73% -
XYZ 10.58 5.51 46.96 -
YUV 56.95 200.83 118.05 -
System Red Green Blue C M Y K H S L
Decimal 43 39 186 0.77 0.79 0 0.27 241.63 0.65 0.44
Hex 2B 27 BA 4D 4F 0 1B F2 41 2C
Octal 53 47 272 115 117 0 33 362 101 54
Binary 101011 100111 10111010 1001101 1001111 0 11011 11110010 1000001 101100

Color Harmonies of #2B27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B27BA

Black with #2B27BA

Text Example


Text Example

White with #2B27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,39,186); }

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

background-color css

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

 a { background-color: rgb(43,39,186); }

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

border-color css

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

 span { border-color: rgb(43,39,186); }

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