Html Css Color HEX #271A8A Persian Indigo

📋 copy color: '#271A8A'

red 39 ◦ green 26 ◦ blue 138

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

Shades of Persian Indigo #271A8A

Tints of Persian Indigo #271A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 19.21%
G = 12.81%
B = 67.98%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#271A8A (or 0x271A8A) is known color: Persian Indigo. HEX triplet: 27, 1A and 8A. RGB value is (39,26,138). Sum of RGB (Red+Green+Blue) = 39+26+138=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #271A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271A8A is #D8E575. Grayscale: #2A2A2A. Windows color (decimal): -14214518 or 9050663. OLE color: 9050663.

HSL color Cylindrical-coordinate representation of color #271A8A: hue angle of 246.96º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #271A8A is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 26 138 -
CMYK 0.72 0.81 0 0.46
HSL 246.96º 0.68% 0.32% -
HSV(B) 246.96º 0.81% 0.54% -
XYZ 5.79 3.01 24.32 -
YUV 42.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 39 26 138 0.72 0.81 0 0.46 246.96 0.68 0.32
Hex 27 1A 8A 48 51 0 2E F7 44 20
Octal 47 32 212 110 121 0 56 367 104 40
Binary 100111 11010 10001010 1001000 1010001 0 101110 11110111 1000100 100000

Color Harmonies of #271A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A8A

Black with #271A8A

Text Example


Text Example

White with #271A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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