Html Css Color HEX #271BCD Persian Blue

📋 copy color: '#271BCD'

red 39 ◦ green 27 ◦ blue 205

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

Shades of Persian Blue #271BCD

Tints of Persian Blue #271BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 205 (80.47% from 255) = 75.65%

R = 14.39%
G = 9.96%
B = 75.65%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#271BCD (or 0x271BCD) is known color: Persian Blue. HEX triplet: 27, 1B and CD. RGB value is (39,27,205). Sum of RGB (Red+Green+Blue) = 39+27+205=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #271BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BCD is #D8E432. Grayscale: #323232. Windows color (decimal): -14214195 or 13441831. OLE color: 13441831.

HSL color Cylindrical-coordinate representation of color #271BCD: hue angle of 244.04º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #271BCD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 27 205 -
CMYK 0.81 0.87 0 0.20
HSL 244.04º 0.77% 0.45% -
HSV(B) 244.04º 0.87% 0.8% -
XYZ 12.25 5.62 58.2 -
YUV 50.88 214.98 119.53 -
System Red Green Blue C M Y K H S L
Decimal 39 27 205 0.81 0.87 0 0.20 244.04 0.77 0.45
Hex 27 1B CD 51 57 0 14 F4 4D 2D
Octal 47 33 315 121 127 0 24 364 115 55
Binary 100111 11011 11001101 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #271BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BCD

Black with #271BCD

Text Example


Text Example

White with #271BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,27,205); }

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

background-color css

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

 a { background-color: rgb(39,27,205); }

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

border-color css

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

 span { border-color: rgb(39,27,205); }

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