Html Css Color HEX #27088D Persian Indigo

📋 copy color: '#27088D'

red 39 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #27088D

Tints of Persian Indigo #27088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 20.74%
G = 4.26%
B = 75%

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

#27088D (or 0x27088D) is known color: Persian Indigo. HEX triplet: 27, 08 and 8D. RGB value is (39,8,141). Sum of RGB (Red+Green+Blue) = 39+8+141=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #27088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27088D is #D8F772. Grayscale: #1F1F1F. Windows color (decimal): -14219123 or 9242663. OLE color: 9242663.

HSL color Cylindrical-coordinate representation of color #27088D: hue angle of 253.98º degrees, saturation: 0.89, 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 #27088D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 8 141 -
CMYK 0.72 0.94 0 0.45
HSL 253.99º 0.89% 0.29% -
HSV(B) 253.99º 0.94% 0.55% -
XYZ 5.73 2.53 25.39 -
YUV 32.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 39 8 141 0.72 0.94 0 0.45 253.99 0.89 0.29
Hex 27 8 8D 48 5E 0 2D FE 59 1D
Octal 47 10 215 110 136 0 55 376 131 35
Binary 100111 1000 10001101 1001000 1011110 0 101101 11111110 1011001 11101

Color Harmonies of #27088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27088D

Black with #27088D

Text Example


Text Example

White with #27088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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