Html Css Color HEX #270671 Persian Indigo

📋 copy color: '#270671'

red 39 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #270671

Tints of Persian Indigo #270671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.52%

R = 24.68%
G = 3.8%
B = 71.52%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270671 (or 0x270671) is known color: Persian Indigo. HEX triplet: 27, 06 and 71. RGB value is (39,6,113). Sum of RGB (Red+Green+Blue) = 39+6+113=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #270671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270671 is #D8F98E. Grayscale: #1B1B1B. Windows color (decimal): -14219663 or 7407143. OLE color: 7407143.

HSL color Cylindrical-coordinate representation of color #270671: hue angle of 258.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270671 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 6 113 -
CMYK 0.65 0.95 0 0.56
HSL 258.5º 0.9% 0.23% -
HSV(B) 258.5º 0.95% 0.44% -
XYZ 3.88 1.75 15.76 -
YUV 28.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 39 6 113 0.65 0.95 0 0.56 258.5 0.9 0.23
Hex 27 6 71 41 5F 0 38 103 5A 17
Octal 47 6 161 101 137 0 70 403 132 27
Binary 100111 110 1110001 1000001 1011111 0 111000 100000011 1011010 10111

Color Harmonies of #270671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270671

Black with #270671

Text Example


Text Example

White with #270671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270671; }

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

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

background-color css

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

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

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

border-color css

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

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

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