Html Css Color HEX #271975 Persian Indigo

📋 copy color: '#271975'

red 39 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #271975

Tints of Persian Indigo #271975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.81%

 BLUE value IS 117 (46.09% from 255) = 64.64%

R = 21.55%
G = 13.81%
B = 64.64%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#271975 (or 0x271975) is known color: Persian Indigo. HEX triplet: 27, 19 and 75. RGB value is (39,25,117). Sum of RGB (Red+Green+Blue) = 39+25+117=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #271975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271975 is #D8E68A. Grayscale: #272727. Windows color (decimal): -14214795 or 7674151. OLE color: 7674151.

HSL color Cylindrical-coordinate representation of color #271975: hue angle of 249.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271975 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 25 117 -
CMYK 0.67 0.79 0 0.54
HSL 249.13º 0.65% 0.28% -
HSV(B) 249.13º 0.79% 0.46% -
XYZ 4.4 2.41 17.06 -
YUV 39.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 39 25 117 0.67 0.79 0 0.54 249.13 0.65 0.28
Hex 27 19 75 43 4F 0 36 F9 41 1C
Octal 47 31 165 103 117 0 66 371 101 34
Binary 100111 11001 1110101 1000011 1001111 0 110110 11111001 1000001 11100

Color Harmonies of #271975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271975

Black with #271975

Text Example


Text Example

White with #271975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271975; }

 p { color: rgb(39,25,117); }

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

background-color css

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

 a { background-color: rgb(39,25,117); }

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

border-color css

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

 span { border-color: rgb(39,25,117); }

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