Html Css Color HEX #271FCE Persian Blue

📋 copy color: '#271FCE'

red 39 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #271FCE

Tints of Persian Blue #271FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 14.13%
G = 11.23%
B = 74.64%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#271FCE (or 0x271FCE) is known color: Persian Blue. HEX triplet: 27, 1F and CE. RGB value is (39,31,206). Sum of RGB (Red+Green+Blue) = 39+31+206=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #271FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FCE is #D8E031. Grayscale: #343434. Windows color (decimal): -14213170 or 13508391. OLE color: 13508391.

HSL color Cylindrical-coordinate representation of color #271FCE: hue angle of 242.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271FCE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 31 206 -
CMYK 0.81 0.85 0 0.19
HSL 242.74º 0.74% 0.46% -
HSV(B) 242.74º 0.85% 0.81% -
XYZ 12.47 5.87 58.87 -
YUV 53.34 214.15 117.77 -
System Red Green Blue C M Y K H S L
Decimal 39 31 206 0.81 0.85 0 0.19 242.74 0.74 0.46
Hex 27 1F CE 51 55 0 13 F3 4A 2E
Octal 47 37 316 121 125 0 23 363 112 56
Binary 100111 11111 11001110 1010001 1010101 0 10011 11110011 1001010 101110

Color Harmonies of #271FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FCE

Black with #271FCE

Text Example


Text Example

White with #271FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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