Html Css Color HEX #27137B Persian Indigo

📋 copy color: '#27137B'

red 39 ◦ green 19 ◦ blue 123

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

Shades of Persian Indigo #27137B

Tints of Persian Indigo #27137B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 123 (48.44% from 255) = 67.96%

R = 21.55%
G = 10.5%
B = 67.96%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#27137B (or 0x27137B) is known color: Persian Indigo. HEX triplet: 27, 13 and 7B. RGB value is (39,19,123). Sum of RGB (Red+Green+Blue) = 39+19+123=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #27137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27137B is #D8EC84. Grayscale: #242424. Windows color (decimal): -14216325 or 8065831. OLE color: 8065831.

HSL color Cylindrical-coordinate representation of color #27137B: hue angle of 251.54º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27137B is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 39 19 123 -
CMYK 0.68 0.85 0 0.52
HSL 251.54º 0.73% 0.28% -
HSV(B) 251.54º 0.85% 0.48% -
XYZ 4.64 2.33 18.94 -
YUV 36.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 39 19 123 0.68 0.85 0 0.52 251.54 0.73 0.28
Hex 27 13 7B 44 55 0 34 FC 49 1C
Octal 47 23 173 104 125 0 64 374 111 34
Binary 100111 10011 1111011 1000100 1010101 0 110100 11111100 1001001 11100

Color Harmonies of #27137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27137B

Black with #27137B

Text Example


Text Example

White with #27137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,19,123); }

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

background-color css

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

 a { background-color: rgb(39,19,123); }

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

border-color css

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

 span { border-color: rgb(39,19,123); }

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