Html Css Color HEX #271EC2 Persian Blue

📋 copy color: '#271EC2'

red 39 ◦ green 30 ◦ blue 194

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

Shades of Persian Blue #271EC2

Tints of Persian Blue #271EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 73.76%

R = 14.83%
G = 11.41%
B = 73.76%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#271EC2 (or 0x271EC2) is known color: Persian Blue. HEX triplet: 27, 1E and C2. RGB value is (39,30,194). Sum of RGB (Red+Green+Blue) = 39+30+194=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 194 (76.17% from 255 or 73.76% from 263); Max value from RGB is 194 - color contains mainly: blue. Hex color #271EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EC2 is #D8E13D. Grayscale: #323232. Windows color (decimal): -14213438 or 12721703. OLE color: 12721703.

HSL color Cylindrical-coordinate representation of color #271EC2: hue angle of 243.29º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271EC2 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 30 194 -
CMYK 0.80 0.85 0 0.24
HSL 243.29º 0.73% 0.44% -
HSV(B) 243.29º 0.85% 0.76% -
XYZ 11.04 5.25 51.47 -
YUV 51.39 208.48 119.16 -
System Red Green Blue C M Y K H S L
Decimal 39 30 194 0.80 0.85 0 0.24 243.29 0.73 0.44
Hex 27 1E C2 50 55 0 18 F3 49 2C
Octal 47 36 302 120 125 0 30 363 111 54
Binary 100111 11110 11000010 1010000 1010101 0 11000 11110011 1001001 101100

Color Harmonies of #271EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EC2

Black with #271EC2

Text Example


Text Example

White with #271EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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