Html Css Color HEX #271569 Persian Indigo

📋 copy color: '#271569'

red 39 ◦ green 21 ◦ blue 105

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

Shades of Persian Indigo #271569

Tints of Persian Indigo #271569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 105 (41.41% from 255) = 63.64%

R = 23.64%
G = 12.73%
B = 63.64%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#271569 (or 0x271569) is known color: Persian Indigo. HEX triplet: 27, 15 and 69. RGB value is (39,21,105). Sum of RGB (Red+Green+Blue) = 39+21+105=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #271569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271569 is #D8EA96. Grayscale: #232323. Windows color (decimal): -14215831 or 6886695. OLE color: 6886695.

HSL color Cylindrical-coordinate representation of color #271569: hue angle of 252.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271569 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 21 105 -
CMYK 0.63 0.80 0 0.59
HSL 252.86º 0.67% 0.25% -
HSV(B) 252.86º 0.8% 0.41% -
XYZ 3.65 1.99 13.56 -
YUV 35.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 39 21 105 0.63 0.80 0 0.59 252.86 0.67 0.25
Hex 27 15 69 3F 50 0 3B FD 43 19
Octal 47 25 151 77 120 0 73 375 103 31
Binary 100111 10101 1101001 111111 1010000 0 111011 11111101 1000011 11001

Color Harmonies of #271569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271569

Black with #271569

Text Example


Text Example

White with #271569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271569; }

 p { color: rgb(39,21,105); }

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

background-color css

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

 a { background-color: rgb(39,21,105); }

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

border-color css

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

 span { border-color: rgb(39,21,105); }

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