Html Css Color HEX #271774 Persian Indigo

📋 copy color: '#271774'

red 39 ◦ green 23 ◦ blue 116

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

Shades of Persian Indigo #271774

Tints of Persian Indigo #271774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.17%

R = 21.91%
G = 12.92%
B = 65.17%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#271774 (or 0x271774) is known color: Persian Indigo. HEX triplet: 27, 17 and 74. RGB value is (39,23,116). Sum of RGB (Red+Green+Blue) = 39+23+116=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #271774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271774 is #D8E88B. Grayscale: #262626. Windows color (decimal): -14215308 or 7608103. OLE color: 7608103.

HSL color Cylindrical-coordinate representation of color #271774: hue angle of 250.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271774 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 23 116 -
CMYK 0.66 0.80 0 0.55
HSL 250.32º 0.67% 0.27% -
HSV(B) 250.32º 0.8% 0.45% -
XYZ 4.3 2.31 16.74 -
YUV 38.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 39 23 116 0.66 0.80 0 0.55 250.32 0.67 0.27
Hex 27 17 74 42 50 0 37 FA 43 1B
Octal 47 27 164 102 120 0 67 372 103 33
Binary 100111 10111 1110100 1000010 1010000 0 110111 11111010 1000011 11011

Color Harmonies of #271774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271774

Black with #271774

Text Example


Text Example

White with #271774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271774; }

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

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

background-color css

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

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

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

border-color css

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

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

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