Html Css Color HEX #2913BC Persian Blue

📋 copy color: '#2913BC'

red 41 ◦ green 19 ◦ blue 188

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

Shades of Persian Blue #2913BC

Tints of Persian Blue #2913BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 16.53%
G = 7.66%
B = 75.81%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2913BC (or 0x2913BC) is known color: Persian Blue. HEX triplet: 29, 13 and BC. RGB value is (41,19,188). Sum of RGB (Red+Green+Blue) = 41+19+188=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #2913BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913BC is #D6EC43. Grayscale: #2C2C2C. Windows color (decimal): -14085188 or 12325673. OLE color: 12325673.

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

Color convert

RGB 41 19 188 -
CMYK 0.78 0.90 0 0.26
HSL 247.81º 0.82% 0.41% -
HSV(B) 247.81º 0.9% 0.74% -
XYZ 10.22 4.57 47.92 -
YUV 44.84 208.79 125.26 -
System Red Green Blue C M Y K H S L
Decimal 41 19 188 0.78 0.90 0 0.26 247.81 0.82 0.41
Hex 29 13 BC 4E 5A 0 1A F8 52 29
Octal 51 23 274 116 132 0 32 370 122 51
Binary 101001 10011 10111100 1001110 1011010 0 11010 11111000 1010010 101001

Color Harmonies of #2913BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2913BC

Black with #2913BC

Text Example


Text Example

White with #2913BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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