Html Css Color HEX #27157D Persian Indigo

📋 copy color: '#27157D'

red 39 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #27157D

Tints of Persian Indigo #27157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 21.08%
G = 11.35%
B = 67.57%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27157D (or 0x27157D) is known color: Persian Indigo. HEX triplet: 27, 15 and 7D. RGB value is (39,21,125). Sum of RGB (Red+Green+Blue) = 39+21+125=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #27157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27157D is #D8EA82. Grayscale: #252525. Windows color (decimal): -14215811 or 8197415. OLE color: 8197415.

HSL color Cylindrical-coordinate representation of color #27157D: hue angle of 250.38º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27157D is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 21 125 -
CMYK 0.69 0.83 0 0.51
HSL 250.38º 0.71% 0.29% -
HSV(B) 250.38º 0.83% 0.49% -
XYZ 4.81 2.45 19.62 -
YUV 38.24 176.96 128.54 -
System Red Green Blue C M Y K H S L
Decimal 39 21 125 0.69 0.83 0 0.51 250.38 0.71 0.29
Hex 27 15 7D 45 53 0 33 FA 47 1D
Octal 47 25 175 105 123 0 63 372 107 35
Binary 100111 10101 1111101 1000101 1010011 0 110011 11111010 1000111 11101

Color Harmonies of #27157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27157D

Black with #27157D

Text Example


Text Example

White with #27157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,21,125); }

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

background-color css

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

 a { background-color: rgb(39,21,125); }

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

border-color css

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

 span { border-color: rgb(39,21,125); }

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