Html Css Color HEX #27198B Persian Indigo

📋 copy color: '#27198B'

red 39 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #27198B

Tints of Persian Indigo #27198B

RGB

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

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

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

R = 19.21%
G = 12.32%
B = 68.47%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27198B (or 0x27198B) is known color: Persian Indigo. HEX triplet: 27, 19 and 8B. RGB value is (39,25,139). Sum of RGB (Red+Green+Blue) = 39+25+139=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #27198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27198B is #D8E674. Grayscale: #292929. Windows color (decimal): -14214773 or 9115943. OLE color: 9115943.

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

Color convert

RGB 39 25 139 -
CMYK 0.72 0.82 0 0.45
HSL 247.37º 0.7% 0.32% -
HSV(B) 247.37º 0.82% 0.55% -
XYZ 5.84 2.99 24.7 -
YUV 42.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 39 25 139 0.72 0.82 0 0.45 247.37 0.7 0.32
Hex 27 19 8B 48 52 0 2D F7 46 20
Octal 47 31 213 110 122 0 55 367 106 40
Binary 100111 11001 10001011 1001000 1010010 0 101101 11110111 1000110 100000

Color Harmonies of #27198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27198B

Black with #27198B

Text Example


Text Example

White with #27198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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