Html Css Color HEX #270088 Persian Indigo

📋 copy color: '#270088'

red 39 ◦ green 0 ◦ blue 136

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

Shades of Persian Indigo #270088

Tints of Persian Indigo #270088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 77.71%

R = 22.29%
G = 0%
B = 77.71%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270088 (or 0x270088) is known color: Persian Indigo. HEX triplet: 27, 00 and 88. RGB value is (39,0,136). Sum of RGB (Red+Green+Blue) = 39+0+136=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #270088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270088 is #D8FF77. Grayscale: #1A1A1A. Windows color (decimal): -14221176 or 8912935. OLE color: 8912935.

HSL color Cylindrical-coordinate representation of color #270088: hue angle of 257.21º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270088 is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 0 136 -
CMYK 0.71 1 0 0.47
HSL 257.21º 1% 0.27% -
HSV(B) 257.21º 1% 0.53% -
XYZ 5.28 2.21 23.44 -
YUV 27.17 189.42 136.44 -
System Red Green Blue C M Y K H S L
Decimal 39 0 136 0.71 1 0 0.47 257.21 1 0.27
Hex 27 0 88 47 64 0 2F 101 64 1B
Octal 47 0 210 107 144 0 57 401 144 33
Binary 100111 0 10001000 1000111 1100100 0 101111 100000001 1100100 11011

Color Harmonies of #270088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270088

Black with #270088

Text Example


Text Example

White with #270088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270088; }

 p { color: rgb(39,0,136); }

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

background-color css

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

 a { background-color: rgb(39,0,136); }

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

border-color css

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

 span { border-color: rgb(39,0,136); }

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