Html Css Color HEX #2913BE Persian Blue

📋 copy color: '#2913BE'

red 41 ◦ green 19 ◦ blue 190

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

Shades of Persian Blue #2913BE

Tints of Persian Blue #2913BE

RGB

 RED value IS 41 (16.41% from 255) = 16.4%

 GREEN value IS 19 (7.81% from 255) = 7.6%

 BLUE value IS 190 (74.61% from 255) = 76%

R = 16.4%
G = 7.6%
B = 76%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2913BE (or 0x2913BE) is known color: Persian Blue. HEX triplet: 29, 13 and BE. RGB value is (41,19,190). Sum of RGB (Red+Green+Blue) = 41+19+190=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #2913BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913BE is #D6EC41. Grayscale: #2C2C2C. Windows color (decimal): -14085186 or 12456745. OLE color: 12456745.

HSL color Cylindrical-coordinate representation of color #2913BE: hue angle of 247.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2913BE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 19 190 -
CMYK 0.78 0.90 0 0.25
HSL 247.72º 0.82% 0.41% -
HSV(B) 247.72º 0.9% 0.75% -
XYZ 10.44 4.65 49.06 -
YUV 45.07 209.79 125.1 -
System Red Green Blue C M Y K H S L
Decimal 41 19 190 0.78 0.90 0 0.25 247.72 0.82 0.41
Hex 29 13 BE 4E 5A 0 19 F8 52 29
Octal 51 23 276 116 132 0 31 370 122 51
Binary 101001 10011 10111110 1001110 1011010 0 11001 11111000 1010010 101001

Color Harmonies of #2913BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2913BE

Black with #2913BE

Text Example


Text Example

White with #2913BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2913BE; }

 p { color: rgb(41,19,190); }

 H1.HeaderClassName
 {
   color: #2913BE;
 }
 .AnyTagClassName
 {
   color: #2913BE;
 }
</style>

background-color css

<style>
 a { background-color: #2913BE; }

 a { background-color: rgb(41,19,190); }

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

border-color css

<style>
 span { border-color: #2913BE; }

 span { border-color: rgb(41,19,190); }

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