Html Css Color HEX #271ECE Persian Blue

📋 copy color: '#271ECE'

red 39 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #271ECE

Tints of Persian Blue #271ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

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

R = 14.18%
G = 10.91%
B = 74.91%

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

#271ECE (or 0x271ECE) is known color: Persian Blue. HEX triplet: 27, 1E and CE. RGB value is (39,30,206). Sum of RGB (Red+Green+Blue) = 39+30+206=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #271ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271ECE is #D8E131. Grayscale: #343434. Windows color (decimal): -14213426 or 13508135. OLE color: 13508135.

HSL color Cylindrical-coordinate representation of color #271ECE: hue angle of 243.07º degrees, saturation: 0.75, 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 #271ECE is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 30 206 -
CMYK 0.81 0.85 0 0.19
HSL 243.07º 0.75% 0.46% -
HSV(B) 243.07º 0.85% 0.81% -
XYZ 12.44 5.82 58.86 -
YUV 52.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 39 30 206 0.81 0.85 0 0.19 243.07 0.75 0.46
Hex 27 1E CE 51 55 0 13 F3 4B 2E
Octal 47 36 316 121 125 0 23 363 113 56
Binary 100111 11110 11001110 1010001 1010101 0 10011 11110011 1001011 101110

Color Harmonies of #271ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271ECE

Black with #271ECE

Text Example


Text Example

White with #271ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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