Html Css Color HEX #271C85 Persian Indigo

📋 copy color: '#271C85'

red 39 ◦ green 28 ◦ blue 133

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

Shades of Persian Indigo #271C85

Tints of Persian Indigo #271C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 66.5%

R = 19.5%
G = 14%
B = 66.5%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#271C85 (or 0x271C85) is known color: Persian Indigo. HEX triplet: 27, 1C and 85. RGB value is (39,28,133). Sum of RGB (Red+Green+Blue) = 39+28+133=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #271C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C85 is #D8E37A. Grayscale: #2A2A2A. Windows color (decimal): -14214011 or 8723495. OLE color: 8723495.

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

Color convert

RGB 39 28 133 -
CMYK 0.71 0.79 0 0.48
HSL 246.29º 0.65% 0.32% -
HSV(B) 246.29º 0.79% 0.52% -
XYZ 5.49 2.96 22.47 -
YUV 43.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 39 28 133 0.71 0.79 0 0.48 246.29 0.65 0.32
Hex 27 1C 85 47 4F 0 30 F6 41 20
Octal 47 34 205 107 117 0 60 366 101 40
Binary 100111 11100 10000101 1000111 1001111 0 110000 11110110 1000001 100000

Color Harmonies of #271C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C85

Black with #271C85

Text Example


Text Example

White with #271C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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