Html Css Color HEX #270B89 Persian Indigo

📋 copy color: '#270B89'

red 39 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #270B89

Tints of Persian Indigo #270B89

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 20.86%
G = 5.88%
B = 73.26%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270B89 (or 0x270B89) is known color: Persian Indigo. HEX triplet: 27, 0B and 89. RGB value is (39,11,137). Sum of RGB (Red+Green+Blue) = 39+11+137=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #270B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270B89 is #D8F476. Grayscale: #212121. Windows color (decimal): -14218359 or 8981287. OLE color: 8981287.

HSL color Cylindrical-coordinate representation of color #270B89: hue angle of 253.33º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270B89 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 11 137 -
CMYK 0.72 0.92 0 0.46
HSL 253.33º 0.85% 0.29% -
HSV(B) 253.33º 0.92% 0.54% -
XYZ 5.47 2.48 23.86 -
YUV 33.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 39 11 137 0.72 0.92 0 0.46 253.33 0.85 0.29
Hex 27 B 89 48 5C 0 2E FD 55 1D
Octal 47 13 211 110 134 0 56 375 125 35
Binary 100111 1011 10001001 1001000 1011100 0 101110 11111101 1010101 11101

Color Harmonies of #270B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270B89

Black with #270B89

Text Example


Text Example

White with #270B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270B89; }

 p { color: rgb(39,11,137); }

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

background-color css

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

 a { background-color: rgb(39,11,137); }

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

border-color css

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

 span { border-color: rgb(39,11,137); }

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