Html Css Color HEX #271A78 Persian Indigo

📋 copy color: '#271A78'

red 39 ◦ green 26 ◦ blue 120

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

Shades of Persian Indigo #271A78

Tints of Persian Indigo #271A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.86%

R = 21.08%
G = 14.05%
B = 64.86%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271A78 (or 0x271A78) is known color: Persian Indigo. HEX triplet: 27, 1A and 78. RGB value is (39,26,120). Sum of RGB (Red+Green+Blue) = 39+26+120=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #271A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A78 is #D8E587. Grayscale: #282828. Windows color (decimal): -14214536 or 7871015. OLE color: 7871015.

HSL color Cylindrical-coordinate representation of color #271A78: hue angle of 248.3º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271A78 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 26 120 -
CMYK 0.67 0.78 0 0.53
HSL 248.3º 0.64% 0.29% -
HSV(B) 248.3º 0.78% 0.47% -
XYZ 4.6 2.53 18.01 -
YUV 40.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 39 26 120 0.67 0.78 0 0.53 248.3 0.64 0.29
Hex 27 1A 78 43 4E 0 35 F8 40 1D
Octal 47 32 170 103 116 0 65 370 100 35
Binary 100111 11010 1111000 1000011 1001110 0 110101 11111000 1000000 11101

Color Harmonies of #271A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A78

Black with #271A78

Text Example


Text Example

White with #271A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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