Html Css Color HEX #271EC8 Persian Blue

📋 copy color: '#271EC8'

red 39 ◦ green 30 ◦ blue 200

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

Shades of Persian Blue #271EC8

Tints of Persian Blue #271EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 74.35%

R = 14.5%
G = 11.15%
B = 74.35%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#271EC8 (or 0x271EC8) is known color: Persian Blue. HEX triplet: 27, 1E and C8. RGB value is (39,30,200). Sum of RGB (Red+Green+Blue) = 39+30+200=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 200 (78.52% from 255 or 74.35% from 269); Max value from RGB is 200 - color contains mainly: blue. Hex color #271EC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EC8 is #D8E137. Grayscale: #333333. Windows color (decimal): -14213432 or 13114919. OLE color: 13114919.

HSL color Cylindrical-coordinate representation of color #271EC8: hue angle of 243.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271EC8 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 30 200 -
CMYK 0.80 0.85 0 0.22
HSL 243.18º 0.74% 0.45% -
HSV(B) 243.18º 0.85% 0.78% -
XYZ 11.73 5.53 55.09 -
YUV 52.07 211.48 118.68 -
System Red Green Blue C M Y K H S L
Decimal 39 30 200 0.80 0.85 0 0.22 243.18 0.74 0.45
Hex 27 1E C8 50 55 0 16 F3 4A 2D
Octal 47 36 310 120 125 0 26 363 112 55
Binary 100111 11110 11001000 1010000 1010101 0 10110 11110011 1001010 101101

Color Harmonies of #271EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EC8

Black with #271EC8

Text Example


Text Example

White with #271EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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