Html Css Color HEX #271A7D Persian Indigo

📋 copy color: '#271A7D'

red 39 ◦ green 26 ◦ blue 125

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

Shades of Persian Indigo #271A7D

Tints of Persian Indigo #271A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 20.53%
G = 13.68%
B = 65.79%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#271A7D (or 0x271A7D) is known color: Persian Indigo. HEX triplet: 27, 1A and 7D. RGB value is (39,26,125). Sum of RGB (Red+Green+Blue) = 39+26+125=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #271A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A7D is #D8E582. Grayscale: #282828. Windows color (decimal): -14214531 or 8198695. OLE color: 8198695.

HSL color Cylindrical-coordinate representation of color #271A7D: hue angle of 247.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271A7D is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 26 125 -
CMYK 0.69 0.79 0 0.51
HSL 247.88º 0.66% 0.3% -
HSV(B) 247.88º 0.79% 0.49% -
XYZ 4.91 2.65 19.66 -
YUV 41.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 39 26 125 0.69 0.79 0 0.51 247.88 0.66 0.3
Hex 27 1A 7D 45 4F 0 33 F8 42 1E
Octal 47 32 175 105 117 0 63 370 102 36
Binary 100111 11010 1111101 1000101 1001111 0 110011 11111000 1000010 11110

Color Harmonies of #271A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A7D

Black with #271A7D

Text Example


Text Example

White with #271A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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