Html Css Color HEX #271DDB Persian Blue

📋 copy color: '#271DDB'

red 39 ◦ green 29 ◦ blue 219

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

Shades of Persian Blue #271DDB

Tints of Persian Blue #271DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 13.59%
G = 10.1%
B = 76.31%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#271DDB (or 0x271DDB) is known color: Persian Blue. HEX triplet: 27, 1D and DB. RGB value is (39,29,219). Sum of RGB (Red+Green+Blue) = 39+29+219=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #271DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DDB is #D8E224. Grayscale: #343434. Windows color (decimal): -14213669 or 14359847. OLE color: 14359847.

HSL color Cylindrical-coordinate representation of color #271DDB: hue angle of 243.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271DDB is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 29 219 -
CMYK 0.82 0.87 0 0.14
HSL 243.16º 0.77% 0.49% -
HSV(B) 243.16º 0.87% 0.86% -
XYZ 14.06 6.42 67.52 -
YUV 53.65 221.31 117.55 -
System Red Green Blue C M Y K H S L
Decimal 39 29 219 0.82 0.87 0 0.14 243.16 0.77 0.49
Hex 27 1D DB 52 57 0 E F3 4D 31
Octal 47 35 333 122 127 0 16 363 115 61
Binary 100111 11101 11011011 1010010 1010111 0 1110 11110011 1001101 110001

Color Harmonies of #271DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271DDB

Black with #271DDB

Text Example


Text Example

White with #271DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271DDB; }

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

 H1.HeaderClassName
 {
   color: #271DDB;
 }
 .AnyTagClassName
 {
   color: #271DDB;
 }
</style>

background-color css

<style>
 a { background-color: #271DDB; }

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

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

border-color css

<style>
 span { border-color: #271DDB; }

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

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