Html Css Color HEX #271C84 Persian Indigo

📋 copy color: '#271C84'

red 39 ◦ green 28 ◦ blue 132

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

Shades of Persian Indigo #271C84

Tints of Persian Indigo #271C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 19.6%
G = 14.07%
B = 66.33%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#271C84 (or 0x271C84) is known color: Persian Indigo. HEX triplet: 27, 1C and 84. RGB value is (39,28,132). Sum of RGB (Red+Green+Blue) = 39+28+132=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #271C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C84 is #D8E37B. Grayscale: #2A2A2A. Windows color (decimal): -14214012 or 8657959. OLE color: 8657959.

HSL color Cylindrical-coordinate representation of color #271C84: hue angle of 246.35º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271C84 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 28 132 -
CMYK 0.70 0.79 0 0.48
HSL 246.35º 0.65% 0.31% -
HSV(B) 246.35º 0.79% 0.52% -
XYZ 5.42 2.93 22.11 -
YUV 43.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 39 28 132 0.70 0.79 0 0.48 246.35 0.65 0.31
Hex 27 1C 84 46 4F 0 30 F6 41 1F
Octal 47 34 204 106 117 0 60 366 101 37
Binary 100111 11100 10000100 1000110 1001111 0 110000 11110110 1000001 11111

Color Harmonies of #271C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C84

Black with #271C84

Text Example


Text Example

White with #271C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,132); }

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

background-color css

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

 a { background-color: rgb(39,28,132); }

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

border-color css

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

 span { border-color: rgb(39,28,132); }

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