Html Css Color HEX #270073 Persian Indigo

📋 copy color: '#270073'

red 39 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #270073

Tints of Persian Indigo #270073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 74.68%

R = 25.32%
G = 0%
B = 74.68%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270073 (or 0x270073) is known color: Persian Indigo. HEX triplet: 27, 00 and 73. RGB value is (39,0,115). Sum of RGB (Red+Green+Blue) = 39+0+115=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 115 (45.31% from 255 or 74.68% from 154); Max value from RGB is 115 - color contains mainly: blue. Hex color #270073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270073 is #D8FF8C. Grayscale: #181818. Windows color (decimal): -14221197 or 7536679. OLE color: 7536679.

HSL color Cylindrical-coordinate representation of color #270073: hue angle of 260.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270073 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 0 115 -
CMYK 0.66 1 0 0.55
HSL 260.35º 1% 0.23% -
HSV(B) 260.35º 1% 0.45% -
XYZ 3.93 1.67 16.33 -
YUV 24.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 39 0 115 0.66 1 0 0.55 260.35 1 0.23
Hex 27 0 73 42 64 0 37 104 64 17
Octal 47 0 163 102 144 0 67 404 144 27
Binary 100111 0 1110011 1000010 1100100 0 110111 100000100 1100100 10111

Color Harmonies of #270073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270073

Black with #270073

Text Example


Text Example

White with #270073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270073; }

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

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

background-color css

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

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

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

border-color css

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

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

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