Html Css Color HEX #271EC3 Persian Blue

📋 copy color: '#271EC3'

red 39 ◦ green 30 ◦ blue 195

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

Shades of Persian Blue #271EC3

Tints of Persian Blue #271EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 73.86%

R = 14.77%
G = 11.36%
B = 73.86%

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

#271EC3 (or 0x271EC3) is known color: Persian Blue. HEX triplet: 27, 1E and C3. RGB value is (39,30,195). Sum of RGB (Red+Green+Blue) = 39+30+195=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 195 (76.56% from 255 or 73.86% from 264); Max value from RGB is 195 - color contains mainly: blue. Hex color #271EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271EC3 is #D8E13C. Grayscale: #323232. Windows color (decimal): -14213437 or 12787239. OLE color: 12787239.

HSL color Cylindrical-coordinate representation of color #271EC3: hue angle of 243.27º 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 #271EC3 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 30 195 -
CMYK 0.80 0.85 0 0.24
HSL 243.27º 0.73% 0.44% -
HSV(B) 243.27º 0.85% 0.76% -
XYZ 11.15 5.3 52.07 -
YUV 51.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 39 30 195 0.80 0.85 0 0.24 243.27 0.73 0.44
Hex 27 1E C3 50 55 0 18 F3 49 2C
Octal 47 36 303 120 125 0 30 363 111 54
Binary 100111 11110 11000011 1010000 1010101 0 11000 11110011 1001001 101100

Color Harmonies of #271EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271EC3

Black with #271EC3

Text Example


Text Example

White with #271EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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