Html Css Color HEX #271269 Persian Indigo

📋 copy color: '#271269'

red 39 ◦ green 18 ◦ blue 105

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

Shades of Persian Indigo #271269

Tints of Persian Indigo #271269

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 24.07%
G = 11.11%
B = 64.81%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#271269 (or 0x271269) is known color: Persian Indigo. HEX triplet: 27, 12 and 69. RGB value is (39,18,105). Sum of RGB (Red+Green+Blue) = 39+18+105=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #271269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271269 is #D8ED96. Grayscale: #212121. Windows color (decimal): -14216599 or 6885927. OLE color: 6885927.

HSL color Cylindrical-coordinate representation of color #271269: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271269 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 18 105 -
CMYK 0.63 0.83 0 0.59
HSL 254.48º 0.71% 0.24% -
HSV(B) 254.48º 0.83% 0.41% -
XYZ 3.6 1.88 13.54 -
YUV 34.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 39 18 105 0.63 0.83 0 0.59 254.48 0.71 0.24
Hex 27 12 69 3F 53 0 3B FE 47 18
Octal 47 22 151 77 123 0 73 376 107 30
Binary 100111 10010 1101001 111111 1010011 0 111011 11111110 1000111 11000

Color Harmonies of #271269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271269

Black with #271269

Text Example


Text Example

White with #271269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271269; }

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

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

background-color css

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

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

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

border-color css

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

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

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