Html Css Color HEX #271785 Persian Indigo

📋 copy color: '#271785'

red 39 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #271785

Tints of Persian Indigo #271785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 20%
G = 11.79%
B = 68.21%

CMYK

 C value IS 0.71

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#271785 (or 0x271785) is known color: Persian Indigo. HEX triplet: 27, 17 and 85. RGB value is (39,23,133). Sum of RGB (Red+Green+Blue) = 39+23+133=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #271785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271785 is #D8E87A. Grayscale: #272727. Windows color (decimal): -14215291 or 8722215. OLE color: 8722215.

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

Color convert

RGB 39 23 133 -
CMYK 0.71 0.83 0 0.48
HSL 248.73º 0.71% 0.31% -
HSV(B) 248.73º 0.83% 0.52% -
XYZ 5.38 2.74 22.44 -
YUV 40.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 39 23 133 0.71 0.83 0 0.48 248.73 0.71 0.31
Hex 27 17 85 47 53 0 30 F9 47 1F
Octal 47 27 205 107 123 0 60 371 107 37
Binary 100111 10111 10000101 1000111 1010011 0 110000 11111001 1000111 11111

Color Harmonies of #271785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271785

Black with #271785

Text Example


Text Example

White with #271785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271785; }

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

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

background-color css

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

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

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

border-color css

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

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

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