Html Css Color HEX #271FDD Persian Blue

📋 copy color: '#271FDD'

red 39 ◦ green 31 ◦ blue 221

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

Shades of Persian Blue #271FDD

Tints of Persian Blue #271FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

 BLUE value IS 221 (86.72% from 255) = 75.95%

R = 13.4%
G = 10.65%
B = 75.95%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#271FDD (or 0x271FDD) is known color: Persian Blue. HEX triplet: 27, 1F and DD. RGB value is (39,31,221). Sum of RGB (Red+Green+Blue) = 39+31+221=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #271FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FDD is #D8E022. Grayscale: #363636. Windows color (decimal): -14213155 or 14491431. OLE color: 14491431.

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

Color convert

RGB 39 31 221 -
CMYK 0.82 0.86 0 0.13
HSL 242.53º 0.75% 0.49% -
HSV(B) 242.53º 0.86% 0.87% -
XYZ 14.38 6.63 68.93 -
YUV 55.05 221.65 116.55 -
System Red Green Blue C M Y K H S L
Decimal 39 31 221 0.82 0.86 0 0.13 242.53 0.75 0.49
Hex 27 1F DD 52 56 0 D F3 4B 31
Octal 47 37 335 122 126 0 15 363 113 61
Binary 100111 11111 11011101 1010010 1010110 0 1101 11110011 1001011 110001

Color Harmonies of #271FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FDD

Black with #271FDD

Text Example


Text Example

White with #271FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,31,221); }

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

background-color css

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

 a { background-color: rgb(39,31,221); }

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

border-color css

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

 span { border-color: rgb(39,31,221); }

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