Html Css Color HEX #27098D Persian Indigo

📋 copy color: '#27098D'

red 39 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #27098D

Tints of Persian Indigo #27098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

 BLUE value IS 141 (55.47% from 255) = 74.6%

R = 20.63%
G = 4.76%
B = 74.6%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27098D (or 0x27098D) is known color: Persian Indigo. HEX triplet: 27, 09 and 8D. RGB value is (39,9,141). Sum of RGB (Red+Green+Blue) = 39+9+141=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #27098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27098D is #D8F672. Grayscale: #202020. Windows color (decimal): -14218867 or 9242919. OLE color: 9242919.

HSL color Cylindrical-coordinate representation of color #27098D: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27098D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 9 141 -
CMYK 0.72 0.94 0 0.45
HSL 253.64º 0.88% 0.29% -
HSV(B) 253.64º 0.94% 0.55% -
XYZ 5.74 2.55 25.39 -
YUV 33.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 39 9 141 0.72 0.94 0 0.45 253.64 0.88 0.29
Hex 27 9 8D 48 5E 0 2D FE 58 1D
Octal 47 11 215 110 136 0 55 376 130 35
Binary 100111 1001 10001101 1001000 1011110 0 101101 11111110 1011000 11101

Color Harmonies of #27098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27098D

Black with #27098D

Text Example


Text Example

White with #27098D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27098D; }

 p { color: rgb(39,9,141); }

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

background-color css

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

 a { background-color: rgb(39,9,141); }

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

border-color css

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

 span { border-color: rgb(39,9,141); }

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