Html Css Color HEX #271DDC Persian Blue

📋 copy color: '#271DDC'

red 39 ◦ green 29 ◦ blue 220

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

Shades of Persian Blue #271DDC

Tints of Persian Blue #271DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 13.54%
G = 10.07%
B = 76.39%

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

#271DDC (or 0x271DDC) is known color: Persian Blue. HEX triplet: 27, 1D and DC. RGB value is (39,29,220). Sum of RGB (Red+Green+Blue) = 39+29+220=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #271DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271DDC is #D8E223. Grayscale: #353535. Windows color (decimal): -14213668 or 14425383. OLE color: 14425383.

HSL color Cylindrical-coordinate representation of color #271DDC: hue angle of 243.14º 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 #271DDC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 29 220 -
CMYK 0.82 0.87 0 0.14
HSL 243.14º 0.77% 0.49% -
HSV(B) 243.14º 0.87% 0.86% -
XYZ 14.19 6.48 68.21 -
YUV 53.76 221.81 117.47 -
System Red Green Blue C M Y K H S L
Decimal 39 29 220 0.82 0.87 0 0.14 243.14 0.77 0.49
Hex 27 1D DC 52 57 0 E F3 4D 31
Octal 47 35 334 122 127 0 16 363 115 61
Binary 100111 11101 11011100 1010010 1010111 0 1110 11110011 1001101 110001

Color Harmonies of #271DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271DDC

Black with #271DDC

Text Example


Text Example

White with #271DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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