Html Css Color HEX #2B19CE Persian Blue

📋 copy color: '#2B19CE'

red 43 ◦ green 25 ◦ blue 206

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

Shades of Persian Blue #2B19CE

Tints of Persian Blue #2B19CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 15.69%
G = 9.12%
B = 75.18%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B19CE (or 0x2B19CE) is known color: Persian Blue. HEX triplet: 2B, 19 and CE. RGB value is (43,25,206). Sum of RGB (Red+Green+Blue) = 43+25+206=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B19CE is #D4E631. Grayscale: #323232. Windows color (decimal): -13952562 or 13506859. OLE color: 13506859.

HSL color Cylindrical-coordinate representation of color #2B19CE: hue angle of 245.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B19CE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 25 206 -
CMYK 0.79 0.88 0 0.19
HSL 245.97º 0.78% 0.45% -
HSV(B) 245.97º 0.88% 0.81% -
XYZ 12.48 5.67 58.83 -
YUV 51.02 215.46 122.28 -
System Red Green Blue C M Y K H S L
Decimal 43 25 206 0.79 0.88 0 0.19 245.97 0.78 0.45
Hex 2B 19 CE 4F 58 0 13 F6 4E 2D
Octal 53 31 316 117 130 0 23 366 116 55
Binary 101011 11001 11001110 1001111 1011000 0 10011 11110110 1001110 101101

Color Harmonies of #2B19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B19CE

Black with #2B19CE

Text Example


Text Example

White with #2B19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,25,206); }

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

background-color css

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

 a { background-color: rgb(43,25,206); }

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

border-color css

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

 span { border-color: rgb(43,25,206); }

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