Html Css Color HEX #2B1ADA Persian Blue

📋 copy color: '#2B1ADA'

red 43 ◦ green 26 ◦ blue 218

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

Shades of Persian Blue #2B1ADA

Tints of Persian Blue #2B1ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

 BLUE value IS 218 (85.55% from 255) = 75.96%

R = 14.98%
G = 9.06%
B = 75.96%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B1ADA (or 0x2B1ADA) is known color: Persian Blue. HEX triplet: 2B, 1A and DA. RGB value is (43,26,218). Sum of RGB (Red+Green+Blue) = 43+26+218=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B1ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ADA is #D4E525. Grayscale: #343434. Windows color (decimal): -13952294 or 14293547. OLE color: 14293547.

HSL color Cylindrical-coordinate representation of color #2B1ADA: hue angle of 245.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1ADA is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 26 218 -
CMYK 0.80 0.88 0 0.15
HSL 245.31º 0.79% 0.48% -
HSV(B) 245.31º 0.88% 0.85% -
XYZ 14.02 6.31 66.81 -
YUV 52.97 221.13 120.89 -
System Red Green Blue C M Y K H S L
Decimal 43 26 218 0.80 0.88 0 0.15 245.31 0.79 0.48
Hex 2B 1A DA 50 58 0 F F5 4F 30
Octal 53 32 332 120 130 0 17 365 117 60
Binary 101011 11010 11011010 1010000 1011000 0 1111 11110101 1001111 110000

Color Harmonies of #2B1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1ADA

Black with #2B1ADA

Text Example


Text Example

White with #2B1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,26,218); }

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

background-color css

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

 a { background-color: rgb(43,26,218); }

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

border-color css

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

 span { border-color: rgb(43,26,218); }

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