Html Css Color HEX #271675 Persian Indigo

📋 copy color: '#271675'

red 39 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #271675

Tints of Persian Indigo #271675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.36%

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

R = 21.91%
G = 12.36%
B = 65.73%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#271675 (or 0x271675) is known color: Persian Indigo. HEX triplet: 27, 16 and 75. RGB value is (39,22,117). Sum of RGB (Red+Green+Blue) = 39+22+117=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #271675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271675 is #D8E98A. Grayscale: #252525. Windows color (decimal): -14215563 or 7673383. OLE color: 7673383.

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

Color convert

RGB 39 22 117 -
CMYK 0.67 0.81 0 0.54
HSL 250.74º 0.68% 0.27% -
HSV(B) 250.74º 0.81% 0.46% -
XYZ 4.33 2.29 17.04 -
YUV 37.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 39 22 117 0.67 0.81 0 0.54 250.74 0.68 0.27
Hex 27 16 75 43 51 0 36 FB 44 1B
Octal 47 26 165 103 121 0 66 373 104 33
Binary 100111 10110 1110101 1000011 1010001 0 110110 11111011 1000100 11011

Color Harmonies of #271675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271675

Black with #271675

Text Example


Text Example

White with #271675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271675; }

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

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

background-color css

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

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

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

border-color css

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

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

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