Html Css Color HEX #2B1EDD Persian Blue

📋 copy color: '#2B1EDD'

red 43 ◦ green 30 ◦ blue 221

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

Shades of Persian Blue #2B1EDD

Tints of Persian Blue #2B1EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.17%

R = 14.63%
G = 10.2%
B = 75.17%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B1EDD (or 0x2B1EDD) is known color: Persian Blue. HEX triplet: 2B, 1E and DD. RGB value is (43,30,221). Sum of RGB (Red+Green+Blue) = 43+30+221=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 221 (86.72% from 255 or 75.17% from 294); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1EDD is #D4E122. Grayscale: #363636. Windows color (decimal): -13951267 or 14491179. OLE color: 14491179.

HSL color Cylindrical-coordinate representation of color #2B1EDD: hue angle of 244.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1EDD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 30 221 -
CMYK 0.81 0.86 0 0.13
HSL 244.08º 0.76% 0.49% -
HSV(B) 244.08º 0.86% 0.87% -
XYZ 14.51 6.66 68.93 -
YUV 55.66 221.31 118.97 -
System Red Green Blue C M Y K H S L
Decimal 43 30 221 0.81 0.86 0 0.13 244.08 0.76 0.49
Hex 2B 1E DD 51 56 0 D F4 4C 31
Octal 53 36 335 121 126 0 15 364 114 61
Binary 101011 11110 11011101 1010001 1010110 0 1101 11110100 1001100 110001

Color Harmonies of #2B1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1EDD

Black with #2B1EDD

Text Example


Text Example

White with #2B1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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