Html Css Color HEX #271CCE Persian Blue

📋 copy color: '#271CCE'

red 39 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #271CCE

Tints of Persian Blue #271CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 14.29%
G = 10.26%
B = 75.46%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#271CCE (or 0x271CCE) is known color: Persian Blue. HEX triplet: 27, 1C and CE. RGB value is (39,28,206). Sum of RGB (Red+Green+Blue) = 39+28+206=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #271CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271CCE is #D8E331. Grayscale: #323232. Windows color (decimal): -14213938 or 13507623. OLE color: 13507623.

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

Color convert

RGB 39 28 206 -
CMYK 0.81 0.86 0 0.19
HSL 243.71º 0.76% 0.46% -
HSV(B) 243.71º 0.86% 0.81% -
XYZ 12.39 5.72 58.84 -
YUV 51.58 215.14 119.03 -
System Red Green Blue C M Y K H S L
Decimal 39 28 206 0.81 0.86 0 0.19 243.71 0.76 0.46
Hex 27 1C CE 51 56 0 13 F4 4C 2E
Octal 47 34 316 121 126 0 23 364 114 56
Binary 100111 11100 11001110 1010001 1010110 0 10011 11110100 1001100 101110

Color Harmonies of #271CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271CCE

Black with #271CCE

Text Example


Text Example

White with #271CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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