Html Css Color HEX #271FE3 Persian Blue

📋 copy color: '#271FE3'

red 39 ◦ green 31 ◦ blue 227

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

Shades of Persian Blue #271FE3

Tints of Persian Blue #271FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 76.43%

R = 13.13%
G = 10.44%
B = 76.43%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#271FE3 (or 0x271FE3) is known color: Persian Blue. HEX triplet: 27, 1F and E3. RGB value is (39,31,227). Sum of RGB (Red+Green+Blue) = 39+31+227=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 227 (89.06% from 255 or 76.43% from 297); Max value from RGB is 227 - color contains mainly: blue. Hex color #271FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FE3 is #D8E01C. Grayscale: #363636. Windows color (decimal): -14213149 or 14884647. OLE color: 14884647.

HSL color Cylindrical-coordinate representation of color #271FE3: hue angle of 242.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271FE3 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 31 227 -
CMYK 0.83 0.86 0 0.11
HSL 242.45º 0.78% 0.51% -
HSV(B) 242.45º 0.86% 0.89% -
XYZ 15.19 6.96 73.22 -
YUV 55.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 39 31 227 0.83 0.86 0 0.11 242.45 0.78 0.51
Hex 27 1F E3 53 56 0 B F2 4E 33
Octal 47 37 343 123 126 0 13 362 116 63
Binary 100111 11111 11100011 1010011 1010110 0 1011 11110010 1001110 110011

Color Harmonies of #271FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FE3

Black with #271FE3

Text Example


Text Example

White with #271FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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