Html Css Color HEX #2D19BB Persian Blue

📋 copy color: '#2D19BB'

red 45 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2D19BB

Tints of Persian Blue #2D19BB

RGB

 RED value IS 45 (17.97% from 255) = 17.51%

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

 BLUE value IS 187 (73.44% from 255) = 72.76%

R = 17.51%
G = 9.73%
B = 72.76%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D19BB (or 0x2D19BB) is known color: Persian Blue. HEX triplet: 2D, 19 and BB. RGB value is (45,25,187). Sum of RGB (Red+Green+Blue) = 45+25+187=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D19BB is #D2E644. Grayscale: #303030. Windows color (decimal): -13821509 or 12261677. OLE color: 12261677.

HSL color Cylindrical-coordinate representation of color #2D19BB: hue angle of 247.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D19BB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 25 187 -
CMYK 0.76 0.87 0 0.27
HSL 247.41º 0.76% 0.42% -
HSV(B) 247.41º 0.87% 0.73% -
XYZ 10.4 4.84 47.4 -
YUV 49.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 45 25 187 0.76 0.87 0 0.27 247.41 0.76 0.42
Hex 2D 19 BB 4C 57 0 1B F7 4C 2A
Octal 55 31 273 114 127 0 33 367 114 52
Binary 101101 11001 10111011 1001100 1010111 0 11011 11110111 1001100 101010

Color Harmonies of #2D19BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D19BB

Black with #2D19BB

Text Example


Text Example

White with #2D19BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,25,187); }

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

background-color css

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

 a { background-color: rgb(45,25,187); }

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

border-color css

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

 span { border-color: rgb(45,25,187); }

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