Html Css Color HEX #272BDB Persian Blue

📋 copy color: '#272BDB'

red 39 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #272BDB

Tints of Persian Blue #272BDB

RGB

 RED value IS 39 (15.63% from 255) = 12.96%

 GREEN value IS 43 (17.19% from 255) = 14.29%

 BLUE value IS 219 (85.94% from 255) = 72.76%

R = 12.96%
G = 14.29%
B = 72.76%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272BDB (or 0x272BDB) is known color: Persian Blue. HEX triplet: 27, 2B and DB. RGB value is (39,43,219). Sum of RGB (Red+Green+Blue) = 39+43+219=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #272BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BDB is #D8D424. Grayscale: #3D3D3D. Windows color (decimal): -14210085 or 14363431. OLE color: 14363431.

HSL color Cylindrical-coordinate representation of color #272BDB: hue angle of 238.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272BDB is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 43 219 -
CMYK 0.82 0.80 0 0.14
HSL 238.67º 0.71% 0.51% -
HSV(B) 238.67º 0.82% 0.86% -
XYZ 14.49 7.27 67.66 -
YUV 61.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 39 43 219 0.82 0.80 0 0.14 238.67 0.71 0.51
Hex 27 2B DB 52 50 0 E EF 47 33
Octal 47 53 333 122 120 0 16 357 107 63
Binary 100111 101011 11011011 1010010 1010000 0 1110 11101111 1000111 110011

Color Harmonies of #272BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BDB

Black with #272BDB

Text Example


Text Example

White with #272BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272BDB; }

 p { color: rgb(39,43,219); }

 H1.HeaderClassName
 {
   color: #272BDB;
 }
 .AnyTagClassName
 {
   color: #272BDB;
 }
</style>

background-color css

<style>
 a { background-color: #272BDB; }

 a { background-color: rgb(39,43,219); }

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

border-color css

<style>
 span { border-color: #272BDB; }

 span { border-color: rgb(39,43,219); }

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