Html Css Color HEX #271A85 Persian Indigo

📋 copy color: '#271A85'

red 39 ◦ green 26 ◦ blue 133

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

Shades of Persian Indigo #271A85

Tints of Persian Indigo #271A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.13%

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

R = 19.7%
G = 13.13%
B = 67.17%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#271A85 (or 0x271A85) is known color: Persian Indigo. HEX triplet: 27, 1A and 85. RGB value is (39,26,133). Sum of RGB (Red+Green+Blue) = 39+26+133=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #271A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A85 is #D8E57A. Grayscale: #292929. Windows color (decimal): -14214523 or 8722983. OLE color: 8722983.

HSL color Cylindrical-coordinate representation of color #271A85: hue angle of 247.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271A85 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 26 133 -
CMYK 0.71 0.80 0 0.48
HSL 247.29º 0.67% 0.31% -
HSV(B) 247.29º 0.8% 0.52% -
XYZ 5.44 2.86 22.46 -
YUV 42.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 39 26 133 0.71 0.80 0 0.48 247.29 0.67 0.31
Hex 27 1A 85 47 50 0 30 F7 43 1F
Octal 47 32 205 107 120 0 60 367 103 37
Binary 100111 11010 10000101 1000111 1010000 0 110000 11110111 1000011 11111

Color Harmonies of #271A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A85

Black with #271A85

Text Example


Text Example

White with #271A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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