Html Css Color HEX #270061 Persian Indigo

📋 copy color: '#270061'

red 39 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #270061

Tints of Persian Indigo #270061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.32%

R = 28.68%
G = 0%
B = 71.32%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#270061 (or 0x270061) is known color: Persian Indigo. HEX triplet: 27, 00 and 61. RGB value is (39,0,97). Sum of RGB (Red+Green+Blue) = 39+0+97=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #270061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270061 is #D8FF9E. Grayscale: #161616. Windows color (decimal): -14221215 or 6357031. OLE color: 6357031.

HSL color Cylindrical-coordinate representation of color #270061: hue angle of 264.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270061 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 0 97 -
CMYK 0.60 1 0 0.62
HSL 264.12º 1% 0.19% -
HSV(B) 264.12º 1% 0.38% -
XYZ 2.99 1.29 11.4 -
YUV 22.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 39 0 97 0.60 1 0 0.62 264.12 1 0.19
Hex 27 0 61 3C 64 0 3E 108 64 13
Octal 47 0 141 74 144 0 76 410 144 23
Binary 100111 0 1100001 111100 1100100 0 111110 100001000 1100100 10011

Color Harmonies of #270061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270061

Black with #270061

Text Example


Text Example

White with #270061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270061; }

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

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

background-color css

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

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

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

border-color css

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

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

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