Html Css Color HEX #271BCC Persian Blue

📋 copy color: '#271BCC'

red 39 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #271BCC

Tints of Persian Blue #271BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 14.44%
G = 10%
B = 75.56%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#271BCC (or 0x271BCC) is known color: Persian Blue. HEX triplet: 27, 1B and CC. RGB value is (39,27,204). Sum of RGB (Red+Green+Blue) = 39+27+204=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #271BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271BCC is #D8E433. Grayscale: #323232. Windows color (decimal): -14214196 or 13376295. OLE color: 13376295.

HSL color Cylindrical-coordinate representation of color #271BCC: hue angle of 244.07º 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 #271BCC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 27 204 -
CMYK 0.81 0.87 0 0.2
HSL 244.07º 0.77% 0.45% -
HSV(B) 244.07º 0.87% 0.8% -
XYZ 12.13 5.57 57.56 -
YUV 50.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 39 27 204 0.81 0.87 0 0.2 244.07 0.77 0.45
Hex 27 1B CC 51 57 0 14 F4 4D 2D
Octal 47 33 314 121 127 0 24 364 115 55
Binary 100111 11011 11001100 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #271BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271BCC

Black with #271BCC

Text Example


Text Example

White with #271BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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