Html Css Color HEX #2B20B7 Persian Blue

📋 copy color: '#2B20B7'

red 43 ◦ green 32 ◦ blue 183

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

Shades of Persian Blue #2B20B7

Tints of Persian Blue #2B20B7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 183 (71.88% from 255) = 70.93%

R = 16.67%
G = 12.4%
B = 70.93%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2B20B7 (or 0x2B20B7) is known color: Persian Blue. HEX triplet: 2B, 20 and B7. RGB value is (43,32,183). Sum of RGB (Red+Green+Blue) = 43+32+183=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B20B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20B7 is #D4DF48. Grayscale: #333333. Windows color (decimal): -13950793 or 12001323. OLE color: 12001323.

HSL color Cylindrical-coordinate representation of color #2B20B7: hue angle of 244.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B20B7 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 32 183 -
CMYK 0.77 0.83 0 0.28
HSL 244.37º 0.7% 0.42% -
HSV(B) 244.37º 0.83% 0.72% -
XYZ 10.06 4.97 45.23 -
YUV 52.5 201.64 121.22 -
System Red Green Blue C M Y K H S L
Decimal 43 32 183 0.77 0.83 0 0.28 244.37 0.7 0.42
Hex 2B 20 B7 4D 53 0 1C F4 46 2A
Octal 53 40 267 115 123 0 34 364 106 52
Binary 101011 100000 10110111 1001101 1010011 0 11100 11110100 1000110 101010

Color Harmonies of #2B20B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B20B7

Black with #2B20B7

Text Example


Text Example

White with #2B20B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,32,183); }

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

background-color css

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

 a { background-color: rgb(43,32,183); }

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

border-color css

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

 span { border-color: rgb(43,32,183); }

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