Html Css Color HEX #270677 Persian Indigo

📋 copy color: '#270677'

red 39 ◦ green 6 ◦ blue 119

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

Shades of Persian Indigo #270677

Tints of Persian Indigo #270677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

 BLUE value IS 119 (46.88% from 255) = 72.56%

R = 23.78%
G = 3.66%
B = 72.56%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#270677 (or 0x270677) is known color: Persian Indigo. HEX triplet: 27, 06 and 77. RGB value is (39,6,119). Sum of RGB (Red+Green+Blue) = 39+6+119=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #270677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270677 is #D8F988. Grayscale: #1C1C1C. Windows color (decimal): -14219657 or 7800359. OLE color: 7800359.

HSL color Cylindrical-coordinate representation of color #270677: hue angle of 257.52º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270677 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 6 119 -
CMYK 0.67 0.95 0 0.53
HSL 257.52º 0.9% 0.25% -
HSV(B) 257.52º 0.95% 0.47% -
XYZ 4.23 1.89 17.6 -
YUV 28.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 39 6 119 0.67 0.95 0 0.53 257.52 0.9 0.25
Hex 27 6 77 43 5F 0 35 102 5A 19
Octal 47 6 167 103 137 0 65 402 132 31
Binary 100111 110 1110111 1000011 1011111 0 110101 100000010 1011010 11001

Color Harmonies of #270677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270677

Black with #270677

Text Example


Text Example

White with #270677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270677; }

 p { color: rgb(39,6,119); }

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

background-color css

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

 a { background-color: rgb(39,6,119); }

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

border-color css

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

 span { border-color: rgb(39,6,119); }

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