Html Css Color HEX #27178B Persian Indigo

📋 copy color: '#27178B'

red 39 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #27178B

Tints of Persian Indigo #27178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 19.4%
G = 11.44%
B = 69.15%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27178B (or 0x27178B) is known color: Persian Indigo. HEX triplet: 27, 17 and 8B. RGB value is (39,23,139). Sum of RGB (Red+Green+Blue) = 39+23+139=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #27178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27178B is #D8E874. Grayscale: #282828. Windows color (decimal): -14215285 or 9115431. OLE color: 9115431.

HSL color Cylindrical-coordinate representation of color #27178B: hue angle of 248.28º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27178B is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 23 139 -
CMYK 0.72 0.83 0 0.45
HSL 248.28º 0.72% 0.32% -
HSV(B) 248.28º 0.83% 0.55% -
XYZ 5.8 2.91 24.68 -
YUV 41.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 39 23 139 0.72 0.83 0 0.45 248.28 0.72 0.32
Hex 27 17 8B 48 53 0 2D F8 48 20
Octal 47 27 213 110 123 0 55 370 110 40
Binary 100111 10111 10001011 1001000 1010011 0 101101 11111000 1001000 100000

Color Harmonies of #27178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27178B

Black with #27178B

Text Example


Text Example

White with #27178B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27178B; }

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

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

background-color css

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

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

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

border-color css

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

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

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